Commit Graph

17 Commits

Author SHA1 Message Date
balazs-zsoldos
ab33e553e7 Adding support for "default values" in insert and merging statements
SQLTemplates now has a new field called defaultValues. The value of the
field:

CUBRID: DEFAULT VALUES
Postgresql DEFAULT VALUES // tested
MySQL: VALUES() // tested
H2: VALUES() // tested
HSQLDB: VALUES()
Oracle: VALUES()
SQLServer DEFAULT VALUES
SQLite: : DEFAULT VALUES
Derby: VALUES (DEFAULT) // only works if there is only one column in the 
                           table.
Teradata: DEFAULT VALUES
2014-04-09 16:00:41 +02:00
Timo Westkämper
c6ca8444b5 Fix date_add templates for cubrid 2014-02-09 00:10:36 +02:00
Timo Westkämper
e598385adb Fix CUBRID patterns #586 2013-12-19 16:54:58 +02:00
Timo Westkämper
37ac4b2cef Fix offset handling #602 2013-12-19 16:39:42 +02:00
Timo Westkämper
3f4d7c31b0 #434 Make YearWeek implementation ISO compliant 2013-06-11 21:16:00 +03:00
Timo Westkämper
235ddeb6b6 Remove final from template fields 2013-03-23 20:24:43 +02:00
Timo Westkämper
e6bde1fa95 Move order tests 2013-03-12 11:50:07 +02:00
Timo Westkämper
bb5fe0699f #355 Add builder methods for SQLTemplates subclasses 2013-03-11 18:24:06 +02:00
Timo Westkämper
9a193ae6a8 simplify serialization context usage 2013-01-02 18:09:05 +02:00
Timo Westkämper
79c32ca1f6 added sonar fixes 2012-09-12 12:05:39 +03:00
Timo Westkämper
52860d29c9 updated javadocs 2012-07-22 14:32:31 +03:00
Timo Westkämper
9af551ae81 #184 improved collection any handling 2012-06-29 14:45:28 +03:00
Timo Westkämper
36bd0864da #177 added more working Math expressions 2012-06-23 14:06:33 +03:00
Timo Westkämper
4688a89740 updated docs 2012-06-17 18:53:26 +03:00
Timo Westkämper
c15603bd88 simplified SQLTemplates and subclasses 2012-06-17 12:36:22 +03:00
Timo Westkämper
bce88eff0e #169 added basic support for SQLite 2012-06-10 13:17:57 +03:00
Timo Westkämper
084f74457a #168 added support for CUBRID database 2012-06-10 10:16:24 +03:00