aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/java/com/healthmarketscience/jackcess/ExportTest.java
Commit message (Expand)AuthorAgeFilesLines
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-134/+0
* fix unit test on windowsJames Ahlborn2013-05-281-6/+3
* Add option to import file without headers to existing table; Add ImportUtil.B...James Ahlborn2011-11-251-6/+10
* Allow ImportFilter and ExportFilter to return null from filterRow() to indica...James Ahlborn2011-11-251-0/+24
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-261-5/+2
* really fix timezone issue in ExportTest (fixes #3194251)James Ahlborn2011-02-271-5/+9
* specify timezone in export test (fixes #3179802)James Ahlborn2011-02-131-0/+4
* add unit test with backslashesJames Ahlborn2010-08-221-2/+6
* Make Database.escapeIdentifier public; add methods to TableBuilder and Column...James Ahlborn2010-07-161-6/+6
* Add ExportUtil and associated utilities for exporting tables to flat files (t...James Ahlborn2010-05-311-0/+100