joost
|
4424835ba4
* some code-cleanup
|
18 years ago |
joost
|
66dd1e3127
+ implemented CreateDB and DropDB methods for ibconnection, pqconnection and mysqlconnection
|
19 years ago |
micha
|
d704af7216
fix compilation for {$T+} linux/win
|
19 years ago |
joost
|
d0a367ef1e
+ Caching of blob-fields which can only be fetched for the current record is now handled by TSQLConnection
|
19 years ago |
joost
|
96ea6d18fb
+ fix bug #7260: timestamp fields in integer_datetimes mode
|
19 years ago |
joost
|
87828e65a8
+ Fix for bug #7205
|
19 years ago |
joost
|
eddc1b3edd
+ Basics for editing BLOB-fields
|
19 years ago |
joost
|
fdfe49015c
+ when an error occurs, do not automatically rollback the transaction, only make it possible
|
19 years ago |
joost
|
22982a127d
+ Fix for the postgresql transaction becoming invalid
|
19 years ago |
joost
|
ef160f44a3
+ fix for TBCD.GetDataSize
|
19 years ago |
joost
|
4cbb626991
+ implemented bcd-fields for postgresql
|
19 years ago |
joost
|
68a8f531fe
+ Added support for empty parameters to TPQConnection
|
19 years ago |
joost
|
530ab18c2a
+ Fixed problems with DateTimes before 1899-12-29 (issue #6925)
|
19 years ago |
joost
|
9972dc9996
+ Removed the usage of a cursor
|
19 years ago |
joost
|
ce902aedee
* fixed bug #4837, as suggested by submitter Tomasz Łobejko
|
19 years ago |
joost
|
c6bfbcfa91
* Handle postgresql text fields as ftString
|
19 years ago |
joost
|
51d2ca878c
+ fixed compilation
|
19 years ago |
joost
|
22ff909af8
+ moved empty databasename check to TSQLConnection
|
19 years ago |
joost
|
242fecede0
+ localized Baseres to avoid a second clear
|
20 years ago |
joost
|
6d291bb336
+ Centralized all parameter-parsing in TParams.ParseSQL (bug 4374)
|
20 years ago |
joost
|
908cf4c7e2
+ fixed some memory issues when using parameters
|
20 years ago |
joost
|
21dde458f5
+ Fix bug #4376, varchar without size specification
|
20 years ago |
joost
|
a978896d7f
+ Implemented GetSchemaInfoSQ
|
20 years ago |
joost
|
7cfc057994
- added support for datetime-parameters
|
20 years ago |
joost
|
7bfeb0b97e
* Restructured Prepare/Unprepare, removed CloseStatement
|
20 years ago |
joost
|
509593eb49
- Added TSQLTransaction.params
|
20 years ago |
joost
|
6318a55ca9
- Fixed date/time formats for sqldb and tdbf
|
20 years ago |
joost
|
62871eddeb
-some filter fixes
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
joost
|
f15478c0ca
- - implemented parameter support for Postgres
|
20 years ago |