lacak
|
d2c53d48e9
fcl-db: base:
|
9 years ago |
lacak
|
33d48897d7
fcl-db: sqldb: when parsing SQL end of /* comment */ is not detected if ends with **/. Bug #30171
|
9 years ago |
marco
|
79305ce4da
* mantis #29588 setblobdata moved over pointer ref type.
|
9 years ago |
lacak
|
2f97bc7f60
fcl-db: fix parameter parsing in case, when in SQL follows two comments, where in 2nd commend is embeded quote char. Bug #22463
|
10 years ago |
lacak
|
0b545308d7
fcl-db: base: when master dataset is closed leave detail dataset intact. Later if master is reopened relationship will work again. Delphi compatible behavior. Bug #26424 (Grandfather-Father-Son relationship)
|
10 years ago |
michael
|
6d5622aca3
* Implemented RefreshSQL and fetching value for AutoInc fields
|
10 years ago |
lacak
|
ae3f0f3752
fcl-db: base: introduce TParam.AsBytes + test
|
11 years ago |
lacak
|
1004c8db6f
fcl-db: base: implement TParam.AsBCD + test
|
11 years ago |
michael
|
a9f1a8ae0b
* Introduced factory possibility for TParams, TFieldDefs
|
11 years ago |
lacak
|
336056ba2b
fcl-db: fix parameter parsing if form "-:param" is used. Do not confuse with simple line comment, which must start with "--". Bug #25505
|
11 years ago |
lacak
|
b6005af745
fcl-db: sqldb: add support for backtick "`" as identifier delimiter.
|
11 years ago |
reiniero
|
83e843fe2a
* fcl-db: TParam.SetAs***: set variant datatype before value assignment. Mantis #24728. Patch by Andrew Brunner.
|
12 years ago |
lacak
|
2a7c9f0848
fcl-db: change var params to out in TParams.ParseSQL to reduce compiler hints about uninitialized variables.
|
12 years ago |
marco
|
40d26638a7
* skip newline after comment. Patch by Lacak2, #22031
|
13 years ago |
michael
|
872409d293
* Forgot to apply patch from #21905 in trunk
|
13 years ago |
marco
|
9dd87f9a6f
* switch currency fields to use "ascurrency" Mantis 21380, patch by Lacak2
|
13 years ago |
marco
|
6d830a270d
* Adds methods to TBinaryField (getasvariant/setasvarvalue) Mantis #20532
|
13 years ago |
marco
|
5e91099731
* fixes for > 100 query parameters. Mantis #19645, patch from Lacak2
|
14 years ago |
joost
|
f5d7fb3d45
* Bug #19418
|
14 years ago |
joost
|
2ad62c4754
* Added ftFmtBCD param support, from Ladislav Karrach, bug #18809
|
14 years ago |
joost
|
222b22ad1f
* Avoid unnecessary variant casting in TParam.AssignFieldValue, patch from Ladislav Karrach, bug #19015
|
14 years ago |
michael
|
48b79b9c31
* TParam.AsXXX now also sets Bound
|
14 years ago |
marco
|
3b7bb9da6a
* using value instead of avalue does not properly set bound because getvalueasvariant
|
14 years ago |
joost
|
6fc3f2e809
* Do not treat a single colon followed by a space as a parameter
|
16 years ago |
joost
|
a7086e7164
* Allow parameter-names between double-quotes
|
16 years ago |
joost
|
af564e4da5
* Fix+test bug #10345
|
17 years ago |
joost
|
16ff4076ee
* Avoid range-check error
|
17 years ago |
michael
|
9475843939
* suggested patch from DiBo33 <[email protected]> to allow := in mysql queries
|
17 years ago |
Jonas Maebe
|
44e7fffed5
* move fcl-db/src/*.{inc,pp,pas} to fcl-db/base to be able to specify
|
18 years ago |