aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* | merge trunk changes through r1241James Ahlborn2018-12-176-12/+38
|\| | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1242 f203690c-595d-4dc9-a70b-905162fa7fd2
| * Ignore column validators for read-only dbs. This will avoid irrelevant ↵James Ahlborn2018-12-176-27/+53
| | | | | | | | | | | | failures when reading databases which have invalid column properties. Fixes #150 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1240 f203690c-595d-4dc9-a70b-905162fa7fd2
* | add LocalDateTime variants for various public Date based methodsJames Ahlborn2018-12-179-85/+239
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1241 f203690c-595d-4dc9-a70b-905162fa7fd2
* | use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-154-30/+76
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1239 f203690c-595d-4dc9-a70b-905162fa7fd2
* | switch expression engine to LocalDateTimeJames Ahlborn2018-12-1521-610/+360
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1238 f203690c-595d-4dc9-a70b-905162fa7fd2
* | round LDT date/times to millis; add some initial tests for LDT timesJames Ahlborn2018-12-131-7/+38
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1237 f203690c-595d-4dc9-a70b-905162fa7fd2
* | merge trunk changes through r1235James Ahlborn2018-12-111-4/+10
|\| | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1236 f203690c-595d-4dc9-a70b-905162fa7fd2
| * minor tweaks to date handling; clear caches when config updated; ensure date ↵James Ahlborn2018-12-102-5/+11
| | | | | | | | | | | | formats have correct symbols git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1234 f203690c-595d-4dc9-a70b-905162fa7fd2
* | initial support for LocalDateTime and Temporal typesJames Ahlborn2018-12-118-82/+459
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1235 f203690c-595d-4dc9-a70b-905162fa7fd2
* | add support for PathJames Ahlborn2018-11-295-84/+169
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1233 f203690c-595d-4dc9-a70b-905162fa7fd2
* | ditch log4jJames Ahlborn2018-11-281-6/+0
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1232 f203690c-595d-4dc9-a70b-905162fa7fd2
* | upgrade poi; upgrade various pluginsJames Ahlborn2018-11-2721-248/+248
| | | | | | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1231 f203690c-595d-4dc9-a70b-905162fa7fd2
* | switch to commons lang3James Ahlborn2018-11-2718-62/+60
|/ | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1230 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement Format with predefined formatsJames Ahlborn2018-11-2011-79/+309
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1226 f203690c-595d-4dc9-a70b-905162fa7fd2
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-153-9/+21
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1225 f203690c-595d-4dc9-a70b-905162fa7fd2
* beginnings of general format supportJames Ahlborn2018-11-133-2/+129
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1224 f203690c-595d-4dc9-a70b-905162fa7fd2
* share nchars implJames Ahlborn2018-11-132-10/+8
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1223 f203690c-595d-4dc9-a70b-905162fa7fd2
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-134-12/+39
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1222 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement FormatDateTime functionJames Ahlborn2018-11-134-26/+143
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1221 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement FormatCurrency and FormatPercentJames Ahlborn2018-11-081-43/+73
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1220 f203690c-595d-4dc9-a70b-905162fa7fd2
* fill out remaining tests for FormatNumberJames Ahlborn2018-11-081-2/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1219 f203690c-595d-4dc9-a70b-905162fa7fd2
* add more numeric configJames Ahlborn2018-11-082-8/+46
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1218 f203690c-595d-4dc9-a70b-905162fa7fd2
* untested support for FormatNumberJames Ahlborn2018-11-071-0/+62
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1217 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement DateDiff functionJames Ahlborn2018-11-062-6/+164
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1216 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement replace functionJames Ahlborn2018-11-035-35/+78
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1215 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement Val functionJames Ahlborn2018-11-023-40/+52
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1214 f203690c-595d-4dc9-a70b-905162fa7fd2
* finish DateAdd functionJames Ahlborn2018-10-295-20/+63
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1213 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial work for DateAdd functionJames Ahlborn2018-10-283-1/+65
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1212 f203690c-595d-4dc9-a70b-905162fa7fd2
* update javadocs for new functionJames Ahlborn2018-10-221-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1211 f203690c-595d-4dc9-a70b-905162fa7fd2
* rework string conversion to date; add support for dates with implicit years; ↵James Ahlborn2018-10-1813-135/+388
| | | | | | implement DatePart function git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1210 f203690c-595d-4dc9-a70b-905162fa7fd2
* reimplemnt and test financial functionsJames Ahlborn2018-10-104-303/+247
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1208 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for strconv functionJames Ahlborn2018-10-053-16/+64
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1207 f203690c-595d-4dc9-a70b-905162fa7fd2
* handle am/pm suffix dependent on date/time configJames Ahlborn2018-10-051-9/+12
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1206 f203690c-595d-4dc9-a70b-905162fa7fd2
* handle alternate decimal separators based on numeric configJames Ahlborn2018-10-051-6/+21
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1205 f203690c-595d-4dc9-a70b-905162fa7fd2
* set default date/time and numeric config for a databaseJames Ahlborn2018-10-051-3/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1204 f203690c-595d-4dc9-a70b-905162fa7fd2
* rework public expression api with better locale handling; support parsing of ↵James Ahlborn2018-10-0430-727/+710
| | | | | | number strings with grouping separators git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1203 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for monthname function; implement better string to date/time ↵James Ahlborn2018-09-299-118/+285
| | | | | | conversions git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1202 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for weekdayname functionJames Ahlborn2018-09-261-14/+55
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1201 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-183-6/+57
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1199 f203690c-595d-4dc9-a70b-905162fa7fd2
* more doc updatesJames Ahlborn2018-09-062-30/+27
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1193 f203690c-595d-4dc9-a70b-905162fa7fd2
* refactor support for working with Value instancesJames Ahlborn2018-09-0610-249/+281
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1192 f203690c-595d-4dc9-a70b-905162fa7fd2
* add a bunch of javadocs for expr classesJames Ahlborn2018-09-069-17/+228
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1191 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor refactor of function support; start adding top level docs for ↵James Ahlborn2018-08-248-265/+532
| | | | | | evaluation support git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1190 f203690c-595d-4dc9-a70b-905162fa7fd2
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-261-0/+33
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1187 f203690c-595d-4dc9-a70b-905162fa7fd2
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-261-5/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1186 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some date function testsJames Ahlborn2018-07-251-5/+14
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1185 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor updateJames Ahlborn2018-07-171-0/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1184 f203690c-595d-4dc9-a70b-905162fa7fd2
* test number functionsJames Ahlborn2018-07-173-7/+11
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1183 f203690c-595d-4dc9-a70b-905162fa7fd2
* test more functionsJames Ahlborn2018-07-172-4/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1182 f203690c-595d-4dc9-a70b-905162fa7fd2
* add ability to get original expression; implement some parsing testsJames Ahlborn2018-07-173-16/+29
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1181 f203690c-595d-4dc9-a70b-905162fa7fd2