Commit Graph

1611 Commits

Author SHA1 Message Date
Timo Westkämper
a4df2ea4c2 Fix intertable dml rendering 2014-05-19 22:14:09 +03:00
Timo Westkämper
9fd2d3541e Fix offset handling 2014-05-11 12:15:31 +03:00
Timo Westkämper
9b8af2735d Fix tests 2014-05-11 00:33:52 +03:00
Timo Westkämper
dda5454943 Remove optional flags 2014-05-09 23:24:56 +03:00
Timo Westkämper
89daa67a1b Fix test 2014-05-04 12:52:15 +03:00
Timo Westkämper
2e9c33cd66 Fix test 2014-05-04 12:32:36 +03:00
Timo Westkämper
65e57c13fb Merge pull request #730 from Shredder121/EnumMaps
Use of EnumMaps instead of HashMaps for enums.
2014-05-03 10:12:14 +03:00
Ruben Dijkstra
5d8a60ae96 Use of EnumMaps instead of HashMaps for enums. 2014-05-03 00:08:42 +02:00
Ruben Dijkstra
1cd43d6968 Simplify signature. 2014-05-02 23:58:30 +02:00
Timo Westkämper
09206d452c Bump version 2014-05-02 22:16:20 +03:00
Timo Westkämper
0b72e42151 Bump version 2014-05-02 22:14:27 +03:00
Timo Westkämper
4ecc1d50e1 Merge pull request #717 from querydsl/enforcer
Add enforcer config
2014-04-30 19:10:21 +03:00
Timo Westkämper
c7cc573cc9 Merge branch 'master' into i714
Conflicts:
	querydsl-sql/pom.xml
2014-04-30 17:30:17 +03:00
Timo Westkämper
dd38b1cc2c Merge branch 'master' into enforcer 2014-04-30 17:23:26 +03:00
Timo Westkämper
c8877d988d Use slf4j logging 2014-04-29 21:43:45 +03:00
Timo Westkämper
9de2118e91 Use slf4j logging 2014-04-29 21:42:01 +03:00
Timo Westkämper
b560ded9b3 Simplify repository declarations 2014-04-29 17:34:24 +03:00
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
ddf830260d Add bridge methods 2014-04-24 22:49:29 +03:00
Timo Westkämper
47bf704919 Extend JDBC Type to provide literal serialization 2014-04-17 16:23:54 +03:00
Timo Westkämper
4cf4b8ff19 Improve backwards compatibility 2014-04-16 22:52:09 +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