Commit Graph

49 Commits

Author SHA1 Message Date
Strong Liu 8dfbcd3913 HHH-2304 Wrong type detection for sql type char(x) columns 2011-10-13 21:28:53 +08:00
Gail Badner d805bbfa60 HHH-4982 : JPA OneToOne(optional=true) not supported with @PrimaryKeyJoinColumn 2011-10-12 04:01:44 -07:00
Gail Badner db8ef80982 HHH-4838 : Immutable natural key lookup not recognized using query cache 2011-10-03 15:08:40 -07:00
Strong Liu 59302f4f3d HHH-5801 fix jdk 1.5 compatibility issue 2011-09-29 13:04:40 +08:00
Strong Liu fdb8786858 HHH-5801 ColumnNameCache.columnNameToIndexCache map should be synchronized 2011-09-16 00:28:18 +08:00
Strong Liu 6032c4dbfb HHH-6533 ByteTypeDescriptor is not working properly 2011-09-07 16:59:48 +08:00
Steve Ebersole 71bca205e9 HHH-6591 - Port changes for HHH-5348 to 3.6 branch 2011-08-24 12:35:05 -05:00
Strong Liu df445e0f2f HHH-6577 code style format 2011-08-20 10:34:10 +08:00
Strong Liu c593f75ec0 Merge remote-tracking branch 'cubrid/3.6' into 3.6 2011-08-20 10:28:00 +08:00
Gail Badner 647265c79a Update 3.6.7.Final to 3.6.8-SNAPSHOT 2011-08-17 13:17:04 -07:00
Gail Badner 37c18f2523 Update 3.6.7-SNAPSHOT to 3.6.7.Final 2011-08-17 13:10:59 -07:00
Esen Sagynov 0e8a2e4324 Extended StandardDialectResolver by adding CUBRIDDialect info. 2011-08-16 22:21:53 -07:00
Esen Sagynov dd441aef8f Added CUBRIDDialect source. 2011-08-16 22:04:19 -07:00
Gail Badner 9485ffb752 HHH-6370 : HSQLDB fixes reported issues and adds minor enhancement (Fred Toussi) 2011-08-16 17:43:25 -07:00
Strong Liu bbbbf779d7 HHH-1780 negation of EXISTS in hql query does not work 2011-07-28 18:12:39 +08:00
Gail Badner 418a8df7df Update version to 3.6.7-SNAPSHOT 2011-07-20 18:26:04 -07:00
Gail Badner 2c25b1edaf Update version to 3.6.6.Final 2011-07-20 18:21:21 -07:00
Gail Badner d9680adcba HHH-6420 : SQL Server dialect is broken (Tomaz Cerar) 2011-07-20 17:34:59 -07:00
Gail Badner f85bb3d986 HHH-6421 : Reduce log level of LazyInitializationException from ERROR to TRACE 2011-07-20 17:14:22 -07:00
Hardy Ferentschik 0b7a0e4768 HHH-4630 2011-07-13 12:40:27 +02:00
Strong Liu a2bae5a18c HHH-2614 Blob Length Set to 255 By Default With Derby DB 2011-07-11 17:17:47 +08:00
David Mansfield d9efcf2b4f HHH-6381 - handle optional=true joins for SecondaryTables in the JoinedSubclassEntityPersister 2011-07-06 20:59:16 -04:00
Strong Liu 24a33b2c19 HHH-6386 sybase improvement 2011-07-05 13:37:27 +08:00
Gail Badner 70fffc1b0f Update 3.6.5.Final to 3.6.6-SNAPSHOT 2011-06-08 21:06:18 -07:00
Gail Badner ac4f7548aa Update 3.6.5-SNAPSHOT to 3.6.5.Final 2011-06-08 20:59:35 -07:00
Sanne Grinovero b932edd109 HHH-5790 - method BasicBinder#bind() and BasicExtractor#extract missing guards for trace logging 2011-06-03 12:55:08 +01:00
Strong Liu 48ca1b285a HHH-2225 2011-05-25 15:03:33 +08:00
Strong Liu 3cd50f6e40 HHH-6248 Ominous-sounding WARN message from SessionFactoryObjectFactory 2011-05-24 17:31:11 +08:00
Strong Liu b6a3836470 HHH-6242 no Types.BINARY type mapping in PostgresqlDialect 2011-05-23 11:27:26 +08:00
Gail Badner 530d1c5a29 Update version from 3.6.4.Final to 3.6.5-SNAPSHOT 2011-05-04 15:56:01 -07:00
Gail Badner d1be2eb12b Update version from 3.6.4-SNAPSHOT to 3.6.4.Final 2011-05-04 15:44:42 -07:00
Gail Badner 7cfe9fa9cb HHH-6096 - H2Dialect should use CACHED option for temporary table creation 2011-05-04 13:23:21 -07:00
Gail Badner 93016967b9 HHH-2049 : LEFT OUTER JOIN subcriteria filters children (Mattias Jiderhamn) 2011-05-04 11:23:47 -07:00
Emmanuel Bernard 2706b688f2 HHH-6170 Offer ability to customize the default TransactionManagerLookup implementation 2011-05-04 08:46:22 -04:00
Emmanuel Bernard 45ac70b03d HHH-6170 Offer ability to customize the default TransactionFactory implementation
Allow to customize implementation used if none is specified specifically by the user programmatically or via configuration
2011-05-04 08:46:21 -04:00
Sanne Grinovero 8a4b5ccbfc HHH-6120 - Configuration addCacheableFile doesn't close input and output streams 2011-05-04 12:22:57 +02:00
Lukasz Antoniak 0b11cb96a8 HHH-6069 - Tests moved 2011-04-19 19:08:52 +02:00
Lukasz Antoniak 5d541ae375 HHH-6069 - Escape entity fields name 2011-04-19 19:08:43 +02:00
Gail Badner 3a658ca112 Update version to 3.6.4-SNAPSHOT 2011-04-06 14:21:49 -07:00
Gail Badner f910e7b1e9 Update version to 3.6.3.Final 2011-04-06 14:12:30 -07:00
Steve Ebersole 7ffe291739 HHH-4999 - createSQLQuery(query).list() result screw up when when columns in different tables have same name 2011-03-18 08:40:17 -05:00
Steve Ebersole b520b1df23 HHH-4999 - createSQLQuery(query).list() result screw up when when columns in different tables have same name 2011-03-18 08:31:49 -05:00
Emmanuel Bernard b465b42d50 HHH-6022 Make JBossTSStandaloneTransactionManagerLookup more resilient following Jonathan's advice 2011-03-17 14:55:05 +01:00
Emmanuel Bernard c526efd6be Add JavaDoc to signal Hibrnate OGM dependencies 2011-03-17 14:55:05 +01:00
Strong Liu e9f975e6f8 HHH-5974 unnecessary import which crashes the system in OSGi environement 2011-03-17 17:53:13 +08:00
Reza Hosseinzadeh 72ef0fd492 HHH-5940: This change fixes the problem where @MapKeyJoinColumns always throws an exception 2011-03-14 17:57:01 +01:00
Steve Ebersole ef156d2a76 HHH-6009 - Rename module directories on 3.6 branch to match master 2011-03-11 18:04:10 -06: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