Michaël Van Canneyt
|
e26c1c2e89
* PChar -> PansiChar
|
2 years ago |
marcoonthegit
|
2fd15495ac
* first set of #40051, up to db.pp
|
2 years ago |
Ondrej Pokorny
|
b28adbad5f
db xmldatapacketreader: don't use PChar in InitLoadRecords
|
3 years ago |
Ondrej Pokorny
|
2093be8fc3
db xmldatapacketreader: fix range check error in InitLoadRecords
|
3 years ago |
Michaël Van Canneyt
|
c46b45bf72
* Patch from Laco to add TSingleField
|
3 years ago |
lacak
|
5f04bb4a8e
fcl-db: base: xmldatapacketreader: fix XML data types
|
5 years ago |
lacak
|
78e7ea6fbf
fcl-db: mysql: use new ftLongWord for INT UNSIGNED fields. Bug #37979
|
5 years ago |
lacak
|
d68ce429ab
fcl-db: base: add some of new Delphi field types into enumeration TFieldType
|
5 years ago |
michael
|
aee381c14b
* Small compatibility fix for width
|
6 years ago |
michael
|
feed8adfa6
* Correct use of FieldDefs factory
|
11 years ago |
lacak
|
7842e9f823
fcl-db: datapacketreader: change of interface methods. Pass reference to TCustomBufDataset only once in constructor of TDatapacketReader, so instance of datapacketreader will know about BufDataset for which it was created and there is no need to pass this reference on "every" call to methods of TDataPacketReader. It brings simplicity and more flexibility IMHO.
|
12 years ago |
lacak
|
9013ff6724
fcl-db:fcl-db: base: fix streaming (restoring) of ftWideMemo fields in XMLDatapacketReader
|
12 years ago |
lacak
|
f11b8b5da4
fcl-db: base: fix streaming of NULL values in XMLDatapacketReader (like in Delphi null values are skiped and are not saved into <ROW ... />)
|
12 years ago |
lacak
|
0fafe77d27
fcl-db: base: add support for ftGuid field type in XMLDatapacketReader (type='string', subtype='Guid' like in Delphi)
|
12 years ago |
lacak
|
0775705e8f
fcl-db: change fieldtype for ftWideString and ftFixedWideChar from 'string' to 'string.uni' (Delphi compatibility).
|
13 years ago |
lacak
|
544c7d8dbb
fcl-db: add support for ftFixedWideChar and ftWideMemo into xmldatapacketreader.
|
13 years ago |
ludob
|
65c657006c
TXMLDatapacketReader.StoreRecord uses TFieldDef.Name to match TXMLDatapacketReader.RestoreRecord. Fixes case mismatch in PG tests. Patch by Lacak2, mantis #22367
|
13 years ago |
marco
|
287adff8a1
* applied patch from Lacak2
|
13 years ago |
joost
|
c02351da63
* Implemented autoincremental fields for TBufDataset
|
13 years ago |
joost
|
4151e3f2c1
* Stream TBufdataset fmtBcd fields (xml)
|
13 years ago |
joost
|
39224aad96
* Splitted TBufDataset in TCustomBufDataset and TBufDataset
|
15 years ago |
joost
|
108db3e1db
* Close a TBufDataset on destroy
|
17 years ago |
joost
|
cf4f01c6f9
* Extracted TXMLDatapacketReader into a seperate unit.
|
17 years ago |