Files
fpdb/pyfpdb
Mika Bostrom e54c45b7d1 Fix database creation with Postgres
* Database.py : fillDefaultData()

PostgreSQL has a rather annoying (mis)feature when dealing with boolean
data types: raw 1/0 input as integer is not automatically cast to
boolean values. Instead, one must use one of several other ways of
signifying true/false.
http://www.postgresql.org/docs/8.4/static/datatype-boolean.html
documents the available and understood formatting.

Fix by special-casing PostgreSQL and making all boolean values fed as
strings, '1' for true and '0' for false.
2009-09-19 11:44:06 +03:00
..
2009-09-09 21:04:38 -05:00
2009-08-28 18:24:51 +01:00
2009-09-04 05:09:03 -05:00
2009-09-06 23:07:40 -05:00
2009-08-15 10:44:04 +03:00
2009-08-12 11:18:42 +04:00
2009-09-03 02:46:22 -05:00
2009-09-19 11:10:07 +03:00
2009-08-21 00:48:26 -05:00
2009-08-21 00:48:26 -05:00
2009-09-04 02:01:41 +02:00
2009-08-02 07:14:31 -04:00