Page 1 of 1

QxOrm Tested With Postgresql

PostPosted: Tue Mar 22, 2011 12:12 pm
by Ganesh Ramakrishnan
Team

Please share any details on testing of QrORM with Postgresql.

Re: QxOrm Tested With Postgresql

PostPosted: Tue Mar 22, 2011 3:22 pm
by QxOrm admin
Hi,

What details do you want ?
QxOrm builds standard SQL queries and Postgresql works without problem (like many SGBD).

There is a specific case with Postgresql and id (OIDs) : this is due to lastInsertId() method from Qt library.
You can workaround this with QxOrm Triggers or consider OID like id for all your objects...
viewtopic.php?f=2&t=16

Re: QxOrm Tested With Postgresql

PostPosted: Wed Mar 23, 2011 5:31 am
by Ganesh Ramakrishnan
Thank You QxOrm Team ,

We had downloaded the library and got a (incorrect) perception that the library works with SQLite.
THANK YOU FOR THIS EXCELLENT LIBRARY !!!!!

Ganesh