Strong Liu
|
9c5fdba566
|
HHH-5727 Collection member declaration not handling optional AS in HQL.
|
2010-12-14 04:43:06 +08:00 |
Strong Liu
|
570581a514
|
HHH-5727 Collection member declaration not handling optional AS in HQL.
|
2010-12-14 04:34:11 +08:00 |
Emmanuel Bernard
|
77f6e9c05e
|
Fix minor typos in the Dialect JavaDocs
|
2010-12-10 14:33:27 +01:00 |
adamw
|
e4315140d1
|
Refactoring the norevision tests: checking explicitly the revision numbers, introducing an abstract common class
|
2010-12-08 19:56:04 +01:00 |
adamw
|
0168ffa83c
|
Merge branch '3.6' of https://github.com/rsvato/hibernate-core into 3.6
|
2010-12-08 19:27:00 +01:00 |
Svyatoslav Reyentenko
|
350801542c
|
Moved hbm.xml -> annotations.
|
2010-12-06 23:44:14 +03:00 |
Strong Liu
|
5b318b4aaf
|
HHH-5725 rollback SqlServerDialect
|
2010-12-03 23:39:03 +08:00 |
Strong Liu
|
1b9f41fd5f
|
update document for the new adding dialect and also updated some steal dialect info
|
2010-12-03 23:25:32 +08:00 |
Strong Liu
|
722a1b3851
|
HHH-5726 update test case
|
2010-12-03 23:25:32 +08:00 |
Strong Liu
|
7f1ba74947
|
update StandardDialectResolver to return correct dialect for ms sql server
|
2010-12-03 23:25:31 +08:00 |
Yoryos Valotasios
|
6bd9bb8ba2
|
SQLServer2005Dialect: Made some comments more specific
|
2010-12-03 23:25:31 +08:00 |
Yoryos Valotasios
|
5cfdbc7c22
|
SQLServer2005Dialect: removed useless commented code
|
2010-12-03 23:25:31 +08:00 |
Yoryos Valotasios
|
8040c6e32d
|
SQLServer2005Dialect: Moved the small methods on top of the class
|
2010-12-03 23:25:31 +08:00 |
Yoryos Valotasios
|
91e93fd617
|
Added some comments
|
2010-12-03 23:25:31 +08:00 |
Yoryos Valotasios
|
480ae72db6
|
SQLServer2005Dialect: modifications in order to support variable limit
|
2010-12-03 23:25:31 +08:00 |
Yoryos Valotasios
|
7df41185c5
|
Dialect: Improved exception messages by adding the dialect class name
|
2010-12-03 23:25:31 +08:00 |
Yoryos Valotasios
|
77ad1cf106
|
SQLServer2005Dialect: Added @Override to the supportsVariableLimit method
|
2010-12-03 23:25:31 +08:00 |
Yoryos Valotasios
|
22a07d209d
|
Added comments. The dialect should also fix HHH-3936
|
2010-12-03 23:25:30 +08:00 |
Yoryos Valotasios
|
9d748d2ab5
|
HHH-3965: registered some more columntypes as varchar(max) and varbinary(max)
|
2010-12-03 23:24:49 +08:00 |
Yoryos Valotasios
|
2d0cdf4b25
|
HHH-3965 fix, make use of varbinary(max) and varchar(max)
|
2010-12-03 23:24:49 +08:00 |
Yoryos Valotasios
|
6e9abbb830
|
Make use of generics for the Dialect and TypeNames class
|
2010-12-03 23:24:49 +08:00 |
Yoryos Valotasios
|
11169d6e69
|
SQLServer2005Dialect: supports sql server 2005 but not 2000
|
2010-12-03 23:24:13 +08:00 |
Yoryos Valotasios
|
a8c578b408
|
renamed the old SQLServerDialect unit tests to SQLServer2005DialectTestCase
|
2010-12-03 23:24:00 +08:00 |
Svyatoslav Reyentenko
|
e1f8b5e5f2
|
Tests are slightly changed to do more work
|
2010-12-02 23:58:58 +03:00 |
Erik-Berndt Scheper
|
f0c0360150
|
Merge branch 'HHH-5761' into 3.6
|
2010-12-02 15:23:13 +01:00 |
Erik-Berndt Scheper
|
b612b4ffab
|
HHH-5761 - Update source repository links in Envers documentation
|
2010-12-02 14:58:02 +01:00 |
Strong Liu
|
b78ed18a7d
|
HHH-5768 upgrade H2 version to 1.2.145 (was 1.2.140)
|
2010-12-02 13:16:19 +08:00 |
Strong Liu
|
431ac22fe6
|
HHH-5403 Update to hsqldb 2.0.0 for testing
|
2010-12-02 09:59:43 +08:00 |
Svyatoslav Reyentenko
|
3091bbda15
|
[#HHH-5756] Ignore collection changes if no revision on collection change is set
|
2010-12-02 03:34:10 +03:00 |
Svyatoslav Reyentenko
|
387faed855
|
Test for creating revision on collection change
|
2010-12-02 03:07:03 +03:00 |
Strong Liu
|
d5c9ef33cc
|
HHH-5403 Update to hsqldb 2.0.0 for testing
|
2010-12-02 00:39:51 +08:00 |
Strong Liu
|
091978c367
|
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
|
2010-12-01 12:13:36 +08:00 |
Strong Liu
|
83de6403a4
|
ignore target directories
|
2010-12-01 12:10:09 +08:00 |
Erik-Berndt Scheper
|
2667bb4d72
|
HHH-5371 - Document sql table partitioning for audit tables
|
2010-11-24 13:08:29 +01:00 |
Erik-Berndt Scheper
|
49b3464f64
|
HHH-5625 - Update Envers manual to reflect experimental status of ValidityAuditStrategy
|
2010-11-23 16:20:13 +01:00 |
Steve Ebersole
|
8b61c59aac
|
HHH-5709 - JPA Metamodel: EntityType.getName != @Entity.name
|
2010-11-11 15:20:00 -06:00 |
Hardy Ferentschik
|
d85da2b66f
|
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
|
2010-11-11 18:34:39 +01:00 |
Hardy Ferentschik
|
5aed178b35
|
HV-361 Taking into account that applyDDL can be called multiple times. Adding comment that @Range annotation is automatically taken care of, because it is a composing constraint of @Min and @Max
|
2010-11-11 18:17:49 +01:00 |
Hardy Ferentschik
|
2fdf808799
|
HV-361 Adding test for @Range constraint
|
2010-11-11 18:17:22 +01:00 |
Hardy Ferentschik
|
f569021003
|
HV-361 Adding test entity for @Range constraint
|
2010-11-11 18:16:28 +01:00 |
Hardy Ferentschik
|
42977edf46
|
HV-361 Making sure that multiple column checks are properly added
|
2010-11-11 18:11:20 +01:00 |
Hardy Ferentschik
|
544312930a
|
HV-361 Changing existing tests to use @RequiresDialect(DialectChecks.SupportColumnCheck)
|
2010-11-11 18:11:06 +01:00 |
Hardy Ferentschik
|
03ae37f2cc
|
HV-361 Formatting and adding/updating copyrights
|
2010-11-11 18:08:18 +01:00 |
adamw
|
b775430385
|
Merge branch '3.6' of https://github.com/nandina/hibernate-core into 3.6
|
2010-11-11 14:37:19 +01:00 |
Strong Liu
|
29926d6d5c
|
HHH-5727 fix the bad commit
|
2010-11-11 19:21:02 +08:00 |
Strong Liu
|
1a43593c86
|
HHH-5727 Collection member declaration not handling optional AS in HQL.
|
2010-11-11 19:10:58 +08:00 |
Strong Liu
|
35c9b55625
|
HHH-5715 revert to default hibernate.properteis
|
2010-11-10 23:02:11 +08:00 |
nandina
|
e160ae4fd3
|
Added comments for changes of HHH-5686
|
2010-11-10 17:11:22 +05:30 |
Emmanuel Bernard
|
370178e992
|
HHH-5724 display the constraint failures on Bean Validation exception
|
2010-11-10 12:26:36 +01:00 |
Strong Liu
|
46fda6ddf0
|
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
|
2010-11-10 12:03:04 +08:00 |