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
balazs-zsoldos
d999b52551
Adding defaultValues for "insert into" to SQLTemplates (not tested)
2014-04-08 07:11:14 +02:00
Timo Westkämper
87cfd7346b
Enable Dates test for select tests with literals
2014-04-02 17:30:08 +03:00
Timo Westkämper
c6d0651511
Add test #691
2014-04-02 16:45:34 +03:00
Timo Westkämper
150622d2b5
Merge
2014-03-31 23:08:27 +03:00
Timo Westkämper
63a52b2edf
Add test
2014-03-31 23:04:13 +03:00
Timo Westkämper
34a16bb6f7
Add imports #691
2014-03-31 22:45:10 +03:00
Timo Westkämper
d37ac149a5
Extend test #691
2014-03-31 22:40:46 +03:00
Timo Westkämper
dacdb3975b
Add test #691
2014-03-31 22:27:43 +03:00
Timo Westkämper
4e729f5750
Fix test locations
2014-03-31 18:44:37 +03:00
Timo Westkämper
3b6229841c
Add test #678
2014-03-31 16:26:06 +03:00
Timo Westkämper
b8f3a568d8
Format pom
2014-03-30 20:57:20 +03:00
Timo Westkämper
a712badd90
Format readmes
2014-03-24 10:12:56 +02:00
Timo Westkämper
c63b8143aa
Bump version
2014-03-24 10:08:54 +02:00
Timo Westkämper
b461186fee
Bump version
2014-03-24 10:07:02 +02:00
Timo Westkämper
15736c1cbc
Improve docs for Type #667
2014-03-20 17:06:32 +02:00
Timo Westkämper
67631fe4f4
Improve javadocs #667
2014-03-20 16:52:14 +02:00
Timo Westkämper
a33d00f1c7
Improve Expression de/serialization behaviour #676
2014-03-11 21:38:56 +02:00
Timo Westkämper
4580420ab6
Rename SQLQueryFactory to SQLCommonQueryFactory #673
...
Copy SQLQueryFactoryImpl to SQLQueryFactory
Deprecate SQLQueryFactoryImpl
2014-03-05 19:34:21 +02:00
Timo Westkämper
7e420de2b1
Fix PostgreSQL date diff pattern #668
2014-02-19 22:40:26 +02:00
Timo Westkämper
66b17f8968
Reorder contents of Connections
...
Improve date constants in tests
2014-02-10 21:21:52 +02:00
Timo Westkämper
bd3f7108d8
Remove newlines
2014-02-09 23:29:49 +02:00
Timo Westkämper
dbaf157159
Extract vendor specific SQL tests
2014-02-09 23:09:18 +02:00
Timo Westkämper
dbe7d134ac
Add test
2014-02-09 00:51:24 +02:00
Timo Westkämper
6649e65a5d
Add count distinct for RelationalPathBase
2014-02-09 00:42:34 +02:00
Timo Westkämper
b3b3e593e6
Add count for RelationalPathBase
2014-02-09 00:40:01 +02:00
Timo Westkämper
d52b0f12f3
Improve cast test
2014-02-09 00:32:29 +02:00
Timo Westkämper
c6ca8444b5
Fix date_add templates for cubrid
2014-02-09 00:10:36 +02:00
Timo Westkämper
615f796027
Add test
2014-02-08 23:58:10 +02:00
Timo Westkämper
bae9d1de2d
Bump version
2014-02-08 21:19:16 +02:00
Timo Westkämper
8383bd49bd
Bump version
2014-02-08 21:18:45 +02:00
Timo Westkämper
be662ce3c8
Add bind parameters #617
2014-02-07 21:34:25 +02:00
Timo Westkämper
c44cb9ee61
Add dynamic query tests
2014-02-07 21:10:33 +02:00
Timo Westkämper
ed44b4f90c
Fix serialization #640
2014-02-01 20:44:19 +02:00
Timo Westkämper
f164ffc4ba
Fix static usage
2014-01-25 19:34:31 +02:00
Timo Westkämper
723ccad493
Fix variable usage
2014-01-25 19:31:55 +02:00
Timo Westkämper
4e59e284c2
Improve native query creation #633
2014-01-21 21:18:47 +02:00
Timo Westkämper
13db555d1c
Fix serialization
2014-01-15 21:42:31 +02:00
Timo Westkämper
79e40cb7ac
Add test #622
2014-01-11 21:14:19 +02:00
Timo Westkämper
e34376842f
Add consistent conversion for multi argument projections #620
2014-01-08 22:00:11 +02:00
Timo Westkämper
e75c3061dc
Fix signature usage #619
2014-01-07 23:07:50 +02:00
Timo Westkämper
010c484e47
Add customizability of insert #619
2014-01-07 23:05:10 +02:00
Timo Westkämper
6bd904959f
Add support dml.limit in oracle and mssql #616
2014-01-07 22:56:50 +02:00
Timo Westkämper
d95a80e22d
Improve DML serialization #619
2014-01-07 22:27:27 +02:00
Timo Westkämper
6f115c7172
Add limit for Delete and Update #616
2014-01-07 22:09:52 +02:00
Timo Westkämper
bcfbf760ef
Add javadocs
2014-01-07 20:52:53 +02:00
Timo Westkämper
dc3925067f
Add setter for exceptionTranslator #617
2014-01-06 22:58:07 +02:00
Timo Westkämper
55c596fa4f
Add contract for SQLException translation #617
2014-01-06 22:03:49 +02:00
Timo Westkämper
7476965dc4
Add javadocs
2014-01-06 20:10:29 +02:00
Timo Westkämper
372e9725ec
Fix test
2014-01-05 10:32:47 +02:00