lacak
|
548d842429
fcl-db: tests: test for bug #35887
|
před 6 roky |
lacak
|
c73e831633
fcl-db: tests: use built-in function BytesOf() instead uf own implementation.
|
před 7 roky |
michael
|
c0535b9a6f
* Use BytesOf instead of custom function
|
před 7 roky |
michael
|
b859d486b4
* TBlobData is now TBytes as in Delphi (avoid code page conversions)
|
před 7 roky |
lacak
|
41024d1047
fcl-db: tests: comment why test fails on Firebird
|
před 7 roky |
lacak
|
c790556358
fcl-db: tests: fix malformed character in string literal
|
před 7 roky |
lacak
|
1edf2d3cd0
fcl-db: tests: Adjust tests to take into account connection charset and field codepage when testing Size and DataSize
|
před 7 roky |
michael
|
edca192fad
* Fix many warnings & hints
|
před 7 roky |
michael
|
cd840816a4
* find cannot be used on unsorted stringlist
|
před 9 roky |
lacak
|
b968e4f679
fcl-db: mssql: zero length varchar and varbinary values are marked as IsNull.
|
před 10 roky |
lacak
|
6c10d2ddad
fcl-db: sqlite: map INTEGER PRIMARY KEY columns (ROWID) to TAutoIncField (as part of adding support for Refreshing AutoInc fields)
|
před 10 roky |
lacak
|
2bf0abcdfa
fcl-db: tests: unify test with others
|
před 10 roky |
lacak
|
865d074c3d
fcl-db: tests: enable test for all databases
|
před 10 roky |
michael
|
cfa859d285
* Fix for bug #27077 by Chris Rempas, plus test
|
před 10 roky |
lacak
|
0106f860eb
fcl-db: oracle:
|
před 11 roky |
reiniero
|
5e7a4c4819
fcl-db: cosmetic: error message language fixes
|
před 11 roky |
lacak
|
85ae7c2aaa
fcl-db: tests: add check for Oracle native single floating point data type
|
před 11 roky |
lacak
|
ae3f0f3752
fcl-db: base: introduce TParam.AsBytes + test
|
před 11 roky |
lacak
|
62782f1904
fcl-db: tests: some tests expects, that GetNDataset (FPDEV table) returns records ordered by ID. In some cases when in test record is updated (f.e. TestRefresh) this record appears at end when dataset is reopened.
|
před 11 roky |
lacak
|
1004c8db6f
fcl-db: base: implement TParam.AsBCD + test
|
před 11 roky |
lacak
|
54c09051a0
fcl-db: base: when copying character data use MaxLen up to Size (not DataSize), because buffer size is = DataSize, o we can copy max. DataSize-1 which is Size.
|
před 11 roky |
reiniero
|
2e3e1d37b5
* fcl-db: tests: cosmetic: convert Dutch test text
|
před 11 roky |
reiniero
|
b1435f7756
fcl-db: tests: cosmetic
|
před 11 roky |
reiniero
|
bb205da801
* fcl-db: tests: cosmetic: remove some Dutch text etc.
|
před 11 roky |
reiniero
|
3065e3289b
fcl-db: dbtestframework:
|
před 11 roky |
lacak
|
848e650189
fcl-db: tests: comment
|
před 11 roky |
lacak
|
02551d7129
fcl-db: tests: PostgreSQL stores unquoted identifiers in lower-case which is not compliant with SQL standard.
|
před 11 roky |
lacak
|
0b56c2e237
fcl-db: tests: add STRICT_TABLES for MySQL sql_mode (required for correct tests behavior) + cosmetic
|
před 11 roky |
lacak
|
742c590a3a
fcl-db: bufdataset: when data are written to BLOB field (using TBufBlobStream) then unset field null flag when blob stream is created. When writting finishes (on destroy of blob stream) set null flag if blob is empty. + updated test TestChangeBlob. Bug #15376
|
před 11 roky |
lacak
|
eefead9990
fcl-db: tests: use column names in same char-case as they are typed in CREATE TABLE statement (used in tests). If "test database" on MS SQL Server has case-sensitive collation then char-case of table names and column names are also case-sensitive.
|
před 11 roky |