Commit Graph

22 Commits

Author SHA1 Message Date
Michaël Van Canneyt
eb009243aa * PChar -> PansiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
c46b45bf72 * Patch from Laco to add TSingleField 2022-02-14 09:15:43 +01:00
Michaël Van Canneyt
2f81580e04 * cast empty string to char no longer compiles 2021-08-11 21:54:10 +02:00
michael
5edf438489 * Fix writing of special chars (bug ID 0036470)
git-svn-id: trunk@43713 -
2019-12-23 13:05:59 +00:00
michael
0add077916 * Fix bug ID #36385, CSV header contains also disabled fields
git-svn-id: trunk@43639 -
2019-12-04 12:07:17 +00:00
michael
cf203a6590 * Add column separator
git-svn-id: trunk@43558 -
2019-11-22 15:15:15 +00:00
michael
0c25ada935 * Add header row
git-svn-id: trunk@43557 -
2019-11-22 14:44:14 +00:00
michael
d3733c4718 * Add boolean field length correction
git-svn-id: trunk@43555 -
2019-11-22 14:25:15 +00:00
michael
450b52686f * Fix bug ID #36304: add charmode to fixed length data export
git-svn-id: trunk@43467 -
2019-11-15 11:23:32 +00:00
michael
edca192fad * Fix many warnings & hints
git-svn-id: trunk@37356 -
2017-09-29 07:50:50 +00:00
michael
a4ddc64e78 * Changed CSV export to use CSVBuilder to be more RFC 4180 compliant
git-svn-id: trunk@30418 -
2015-04-04 10:15:14 +00:00
reiniero
3065e3289b fcl-db: dbtestframework:
+ add support for logging test execution/sqldb log events to file. Enable by setting the the logfile= entry in database.ini

git-svn-id: trunk@27329 -
2014-03-29 10:17:31 +00:00
reiniero
d0c93f4cd8 fcl-db: dbtestframework:
+ add Visual Foxpro export test

git-svn-id: trunk@26971 -
2014-03-06 14:38:36 +00:00
reiniero
b87b2add38 fcl-db: dbtestframework:
* Fix dbf export test column name collisions; fixes "field not found" when exporting

git-svn-id: trunk@26967 -
2014-03-06 12:40:32 +00:00
reiniero
5bab60669c fcl-db: dbtestframework:
* dbf export: ftBytes is not supported at the moment

git-svn-id: trunk@26952 -
2014-03-04 15:07:48 +00:00
reiniero
57582dd710 fcl-db: dbtestframework: cosmetic
git-svn-id: trunk@26938 -
2014-03-03 12:54:14 +00:00
reiniero
9619eac204 * fcl-db dbtestframework, export:
Add ftWideMemo,ftWideString as unsupported DBF/Fox field formats. Fixes bufdataset export.
  Sort unsupported field list for easier comparison/verification.

git-svn-id: trunk@26174 -
2013-12-03 14:36:46 +00:00
reiniero
c952076699 * fcl-db: cosmetic.
git-svn-id: trunk@26172 -
2013-12-03 13:56:52 +00:00
michael
98c9425c8b * Fix memory leaks in tests
git-svn-id: trunk@24770 -
2013-06-02 13:14:41 +00:00
reiniero
dcac328e0e * fcl-db/tests/testdbexport: fix for TestXSDExport_ADONET_NoXSD. Thanks, Ludo
git-svn-id: trunk@24337 -
2013-04-27 05:57:52 +00:00
reiniero
f62269a111 + sqldb: db test framework:
- consolidate csv export test from issue #20268 
- fix output filenames so that naming collisions are less likely

git-svn-id: trunk@23165 -
2012-12-17 15:56:40 +00:00
reiniero
1ce4f17261 + sqldb: db test framework:
- consolidate db export tests into db test framework; remove existing xmlxsd and dbf export tests.
- add tests for other exports (rtf, tex, csv, sql..)
- Tests give an access violation but that is probably caused by dataset code. Ludo Brand's analysis:
Can reproduce the problem. Something wrong with the dataset. The length of the blob is 1G although the blob is initialised with an empty string. This obviously causes a sigsegv because there is no 1G of data to copy from. Looking further into it. 

git-svn-id: trunk@23164 -
2012-12-17 15:26:28 +00:00