Hi,
Do you have a plan to support postgresql ? Do you need some help for this ?
--
You received this message because you are subscribed to the Google Groups "nive-cms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nive-cms+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi,I'm not actively working on a postgres module. Though I am running a have heavilycustomized application based on postgres and the current nive-cms version.
So the good thing is: the most difficult part of postgres commit / rollback compatibilityis already included. (Compared to MySql and Sqlite, Postgres is really explicit)So the rest should not be too difficult.
Have you started on this? I can have a look at my application and strip out the reuseableparts.
And by the way I'm currently reorganising the packages and repositories on Github:=>new: github.com/nive/nive
Hi,I'm not actively working on a postgres module. Though I am running a have heavilycustomized application based on postgres and the current nive-cms version.
So the good thing is: the most difficult part of postgres commit / rollback compatibilityis already included. (Compared to MySql and Sqlite, Postgres is really explicit)So the rest should not be too difficult.Have you started on this? I can have a look at my application and strip out the reuseableparts.
--
You received this message because you are subscribed to the Google Groups "nive-cms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nive-cms+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I've been updating the database tests during the last week. This makes it quite easy to runall tests on a new database system (like postgres) without rewriting much code.Yes, the files are in nive/utils/dataPool2. But I think I would just create a subdirectoryfor each database and move all customized files in there. This would help to make ittransparent.The database adapters consist of three parts: SQL generators, Database server connectionand a tool to create the database structure.As for a postgres adapter I have the last two modules ready (more or less). Just the SQL partis missing.I can set this up and push it to github. (I guess it is faster than explaining)
I started a branch with postgresql and i'll try it on a website to see...
https://github.com/flibustenet/nive/tree/postgresql
Did this work for the cms website?
--
You received this message because you are subscribed to the Google Groups "nive-cms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nive-cms+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Strange thing:I have one test server where pyramid freezes on startup when the databasetables are about to be set up. This happens due to a locked table though thereis only a single postgres connection (the one created when nive starts up).On other computers it works all right.Have you come across something similar when testing?
Le mardi 4 février 2014 20:17:40 UTC+1, Arndt Droullier a écrit :Strange thing:I have one test server where pyramid freezes on startup when the databasetables are about to be set up. This happens due to a locked table though thereis only a single postgres connection (the one created when nive starts up).On other computers it works all right.Have you come across something similar when testing?
No...
Did you try to log the statements in postgresql to see ?
I started a branch with postgresql and i'll try it on a website to see...
https://github.com/flibustenet/nive/tree/postgresql
--
You received this message because you are subscribed to the Google Groups "nive-cms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nive-cms+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.