Commit Graph

9 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
694bab52cd Use extract function as default for datetime field extraction #586 2013-12-19 10:33:09 +02:00
Timo Westkämper
3f4dd57bd5 Add count via analytics for oracle, postgresql and teradata #556 2013-12-17 15:21:28 +02:00
Timo Westkämper
26410b6519 Improve date/time handling #561 2013-11-21 23:25:32 +02:00
Timo Westkämper
ed217ba5ef Improve TeradataTemplates #561 2013-11-19 22:44:51 +02:00
Timo Westkämper
685000cee4 Improve string and date templates #561 2013-11-19 10:49:39 +02:00
Timo Westkämper
22a47dd957 Further improvements to Teradata support #561 2013-11-18 17:48:25 +02:00
Timo Westkämper
ae56c42f76 Improve Teradata support #561 2013-11-18 17:14:40 +02:00
Timo Westkämper
0d8cda9434 Add stub for Teradata support #561 2013-11-18 12:16:00 +02:00