Nguyen Xuan Hai
Nguyen Xuan Hai
Hi @surajkharage19, > Can you please elaborate more on what is the issue with mapping MySQL's TIMESTAMP with PostgreSQL's timestamp? I am concerned about the user not being able to...
> > To support it, we need to define the conversion specification for various patterns of combinations of types between PostgreSQL and SQLite. > > @t-kataym , what about https://github.com/mkgrgis/sqlite_fdw/tree/readme-fix-and-additions#datatypes...
Thank for the feedback @mkgrgis, > My [table](https://github.com/mkgrgis/sqlite_fdw/tree/readme-fix-and-additions#datatypes) from previous URL is about future behaviour and mainly (but not only) about SELECT. I think You are also discussing about this....
@mkgrgis Thank for fixing, I confirmed the table. > It's important don't consider about current Postgres encoding! UTF-8 output of SQLite is not problem, also UTF-16 SQLite databases is not...
@mkgrgis, thank for your fb, > What do You think about algorithm structure? Maybe it will be usefully to pack all [transformation table logic](https://github.com/mkgrgis/sqlite_fdw/tree/readme-fix-and-additions#datatypes) only in switch (pgtyp) without any...