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 |
michael
|
b3598929f6
* Fixed largeint parameter problem
|
15 years ago |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
15 years ago |
joost
|
cb92994356
* New property TSQLConnection.FieldNameQuoteChars, these chars (start- and
|
15 years ago |
joost
|
3ef9342d59
* Free postgres-results, fixed resource-leaking, probably fixes bug #13025
|
16 years ago |
joost
|
7a8a249687
* Money-types are stored as int64 by postgres
|
16 years ago |
joost
|
dd02d5ec61
* Use maximum scale if pqfmod doesnt return any.
|
16 years ago |
joost
|
853b5e83fd
* The size=-1 case it not necessary anymore after r12313
|
16 years ago |
joost
|
b3ebc67be2
* Only the lowest 16 bits of pqfmod gives the scale
|
16 years ago |
joost
|
a33023e384
* Patch from Joao Morais to fix the storage of floating point, time and timestamp fields on a PgSQL database
|
17 years ago |
joost
|
46468145a7
* Patch from Joao Morais to fix the reading of a bytea field from a PgSQL database
|
17 years ago |
joost
|
a53a234189
* Raise exception if TFieldDef with existing name is added to TFieldDefs + test
|
17 years ago |
joost
|
8f985fbdee
* Added support for stColumns to GetSchemaInfoSQL
|
17 years ago |
joost
|
8f12825af2
* Handle String-Parameters as text parameters
|
17 years ago |
joost
|
a872515d06
* Add sqQuoteFieldnames to postgresql connectionparameters
|
17 years ago |
joost
|
0fcaf1f671
* Patch from Martin Schreiber to fix AV when using postgres 7.x
|
17 years ago |
joost
|
3852af4afb
* Moved StringsReplace from sqldb to strutils
|
17 years ago |
joost
|
c7219efd02
* Implemented TBufDataset.UpdateIndexDefs
|
17 years ago |
joost
|
53b6757c6e
* Removed unused SetIndexDefs
|
18 years ago |
joost
|
9cab4b7623
* Set the field-size of a numeric field correctly if it is undefined
|
18 years ago |
joost
|
95325732a8
* Truncate strings longer then dsMaxStringSize
|
18 years ago |
joost
|
340acdea57
* Implemented TPQConnection.RowsAffected
|
18 years ago |
joost
|
575406dbc9
* Added ftCurrency and ftBCD-fields tests
|
18 years ago |
joost
|
865386b464
* some fixes for queries with more then 10 parameters + tests
|
18 years ago |