aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/query
Commit message (Expand)AuthorAgeFilesLines
* Handle more advanced query join constructs. fixes issue #141James Ahlborn2017-07-141-96/+165
* handle missing table name for join expressionJames Ahlborn2017-06-261-3/+4
* Fix parsing of certain internal-use queries. Fixes issue #142James Ahlborn2017-05-312-6/+37
* Fix missing column names in AppendQuery SQL strings. Fixes #131James Ahlborn2016-01-121-6/+26
* relicense with Apache LicenseJames Ahlborn2015-04-1712-258/+126
* need to compare primitive shortJames Ahlborn2015-03-261-1/+1
* lower log level for certain system table warnings; add contextual info to man...James Ahlborn2015-03-081-15/+29
* Don't double quote already quoted identifiers. fixes patch 18James Ahlborn2014-12-031-1/+8
* Fix table name quoting for append and make table queries. fixes patch #17James Ahlborn2014-12-012-2/+4
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-061-8/+8
* minor cleanups/formattingJames Ahlborn2013-10-151-1/+1
* move files into standard maven dir structureJames Ahlborn2013-08-1612-0/+1750