Timo Westkämper
00a8b527a5
Add test exclusions
2014-04-29 16:41:54 +03:00
Timo Westkämper
2acb07187d
Extract external maven dependencies into profiles
2014-04-29 16:25:58 +03:00
Timo Westkämper
77ff48e94c
Merge pull request #713 from TuomasKiviaho/Clone-672
...
Query clone support with pre-existing entityManager/connection #672
2014-04-14 23:21:19 +03:00
Tuomas Kiviaho
f5e3cf100a
Query clone support with pre-existing entityManager/connection #672
2014-04-13 15:06:38 +03:00
Timo Westkämper
a2bbb6f6e5
Comment failing test out
2014-04-11 22:30:37 +03:00
Timo Westkämper
f9512c4fa6
Comment failing test out for sqlite
2014-04-11 10:07:10 +03:00
Timo Westkämper
c8b32466fb
Improve DateTime serialization
2014-04-10 23:42:27 +03:00
Timo Westkämper
5cffab9a06
Merge pull request #707 from TuomasKiviaho/OrdinalPosition
...
Support for ORDINAL_POSITION metadata
2014-04-10 21:15:59 +03:00
Tuomas Kiviaho
313ecf7d87
Using internals to get list of columns instead of public API.
2014-04-10 12:54:34 +03:00
balazs-zsoldos
ac5eeb96b7
DefaultValues support
...
- Adding tests (HSQLDB and Derby excluded)
- Removing default values support from merge statements
- Setting "\ndefault values" to HSQLDB as defaultValues
2014-04-10 10:26:31 +02:00
Tuomas Kiviaho
4ec6da5e45
added support for ORDINAL_POSITION metadata
2014-04-10 08:31:14 +03:00
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