michael
|
5df0afb5c6
* Corrected statements for tables and system tables
|
12 years ago |
ludob
|
7075f7aaa3
pqconnection.pp: use of connection pool instead of creating a new connection for every new transaction.
|
12 years ago |
lacak
|
30f96442ca
fcl-db: postgresql: catalog_name for GetSchemaInfoSQL
|
12 years ago |
lacak
|
7e1dcce60b
fcl-db: postgresql: increase max allowed string field length. Fix for existing test TTestFieldTypes.TestStringLargerThen8192.
|
12 years ago |
lacak
|
e8d236e3b4
fcl-db: postgresql:
|
12 years ago |
lacak
|
01753385e4
fcl-db: postgresql: add schema name into schema query.
|
12 years ago |
lacak
|
7566c9c685
fcl-db: postgresql: correct message for unpreparation.
|
12 years ago |
lacak
|
7e2627f047
fcl-db: formatting (char case)
|
12 years ago |
lacak
|
ecd81ed514
fcl-db: postgresql: do not clear result of PQexec if result set is returned (PGRES_TUPLES_OK) + test
|
12 years ago |
lacak
|
6a9c3a6061
fcl-db: introduce FSelectable as new TSQLCursor class field. Update sql connectors to set it after Preparation or Execution of sql statement to signal if there will be or is result set. This change is neutral. In next commit I will use FSelectable to determine if allow Open or raise SErrNoSelectStatement.
|
12 years ago |
lacak
|
f6e23e07f1
fcl-db: postgresql: fixes loading of field data of type FLOAT4
|
12 years ago |
reiniero
|
51c06b1180
* FCL-DB: cosmetic changes in comments
|
12 years ago |
lacak
|
d338b2c63b
* adds new virtual method GetConnectionInfo into TSQLConnection
|
12 years ago |
ludob
|
707e19b81d
pqconnection: use also EPQDatabaseError for Execute and UnPrepareStatement to deliver complete error info
|
13 years ago |
michael
|
f019e004ce
* Patch to add support for charset (bug 22985)
|
13 years ago |
michael
|
53c03717d5
* SQL DB loader implemented
|
13 years ago |
marco
|
cbb9e3b077
* Improved pqconnection error reporting. Patch by Ludo, Mantis #22336
|
13 years ago |
marco
|
b31c15fbcc
* Patch from Lacak2 for initial Pg interval support.
|
13 years ago |
marco
|
be95c02a89
* Patch from Lacak2, mantis #18241 mapping "..with timezone" fields to their non timezone fields ft*'s.
|
14 years ago |
marco
|
b1c0d35dbe
* postgres part of sqldb returning support, fixes Mantis #20133
|
14 years ago |
marco
|
95e458655a
* ftfmtbcd for postgresm Mantis 19681, patch by Lacak2
|
14 years ago |
marco
|
a09a7f1b2e
* Mantis #19567: PostgreSQL TIME datatype fix by Lacak2. milliseconds and not correcting fttime fields with epoch.
|
14 years ago |
marco
|
da37e20ed6
* Map text to ftmemo(binary) instead of ftblob
|
14 years ago |
joost
|
a532182917
* Use AsCurrency for currencies instead of float
|
14 years ago |
marco
|
25421961c1
* Change ftcurrency to binary field to avoid server<>client locale issues.
|
14 years ago |
marco
|
80b13f5b38
* patch from Mantis #17717 by Lacak2 that improves money,bcd and char types for postgres.
|
14 years ago |
michael
|
ee461becfb
* Fix for 19018
|
14 years ago |
marco
|
75cdb5b244
* fixed minor logic errors in pqconnection that lead to double free (actually pqclear()). Mantis 17784 by Andrew Brunner
|
14 years ago |
michael
|
a723c86cb1
* Mark blob parameters as binary
|
15 years ago |
michael
|
f5072a3816
* Fixed blob parameter support
|
15 years ago |