Commit Graph

596 Commits

Author SHA1 Message Date
Steve Ebersole f73f158b32 HHH-4486 : MySQL [DROP TEMPORARY TABLE] support
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@17783 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-10-16 16:22:06 +00:00
Steve Ebersole 2d96fb581a HHH-4003 - many-to-many loaders should use inner joins from the collection table to element table
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16997 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-07-06 03:01:30 +00:00
Steve Ebersole ed28ba0e90 HHH-3980 - Fix for HHH-2980 introduced bug that allows the same bag collection role to be fetched multiple times
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16876 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-23 02:27:53 +00:00
Steve Ebersole 0016444118 HHH-3781 - Echo version information to the console in main()
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16873 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-22 22:00:05 +00:00
Steve Ebersole 4846aaf6a8 HHH-3978 - Expose Hibernate version via non-compile-time constant expression
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16869 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-22 21:21:42 +00:00
Steve Ebersole 5085ee0ccb HHH-2980 - Error "org.hibernate.HibernateException: cannot simultaneously fetch multiple bags" not specific enough
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16718 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-08 16:05:08 +00:00
Steve Ebersole 6146c6e8a4 HHH-3880 - org.hibernate.id.enhanced.TableStructure missing "as" keyword in select statment column renames; required for PostgreSQL
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16707 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-05 14:05:24 +00:00
Steve Ebersole 3a53f1acb2 added source attribute to the javacdoc task
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16705 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-05 13:53:08 +00:00
Steve Ebersole 732a108415 removed inadvertent DOCTYPE decl
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16704 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-05 13:51:04 +00:00
Steve Ebersole 17a37c79fe prep 3.2.7 release
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16676 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-03 14:22:54 +00:00
Steve Ebersole ff064753bb prep 3.2.7 release
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16673 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-03 14:18:00 +00:00
Steve Ebersole 59847266cc HHH-1930 - QuerySyntaxException "with-clause expressions did not reference from-clause element to which the with-clause was associated"
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16667 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-02 15:39:48 +00:00
Gail Badner 3df61e2aba HHH-3810 : : rename CopyCache to EventCache to be more generic
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16663 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-02 08:07:35 +00:00
Steve Ebersole 4965452e7a HHH-3383 - QueryKey is storing references to entities instead of identifiers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16661 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-01 22:08:53 +00:00
Steve Ebersole 99d780d84e HHH-3532 - schema update task should look for foreign key signature
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16658 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-01 21:50:00 +00:00
Steve Ebersole 8d79db9b70 HHH-3383 - QueryKey is storing references to entities instead of identifiers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16655 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-01 21:12:04 +00:00
Steve Ebersole ec853819f8 HHH-3383 - QueryKey is storing references to entities instead of identifiers
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16653 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-01 20:36:35 +00:00
Steve Ebersole db9052b34f HHH-3401 - H2 Database Dialect Fixes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16649 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-01 15:37:38 +00:00
Steve Ebersole 1c5735156d HHH-3401 - H2 Database Dialect Fixes (formatting)
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16646 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-01 15:23:20 +00:00
Steve Ebersole 71c6ffdc5a HHH-3401 - H2 Database Dialect Fixes
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16645 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-06-01 15:22:07 +00:00
Gail Badner 954766bd2d HHH-3510 : Add FailureExpected test for HQL SQLFunction replacement not occuring when HQL text has no parenthesis
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16591 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-05-18 20:47:10 +00:00
Steve Ebersole fcc78d5131 HHH-3912 - Change for HHH-3159 causes InstantiationException
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16565 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-05-13 22:48:45 +00:00
Gail Badner 4d57eb957d HHH-3810 : Transient entities can be inserted twice on merge
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16561 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-05-13 22:17:08 +00:00
Steve Ebersole 956e4d1e2a updated svn:ignore properties
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16538 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-05-11 21:18:53 +00:00
Steve Ebersole 9a31ee44bf HHH-2745 - NullPointerException when eager fetching joined many-to-many with native SQL query
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16537 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-05-11 21:15:24 +00:00
Gail Badner 53c075ed0c HHH-3662 : Merging read-only entities causes AssertionError
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16513 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-05-06 01:34:24 +00:00
Juraci Krohling 746fcef83a HHH-3621 - Making the 1_Version.hbm.xml and 2_Version.hbm.xml in schemaupdate consistent. The only difference should be the extra column in 2_Version, to test the update of the schema. For Branch_3_2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16398 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-04-22 11:10:48 +00:00
Gail Badner ceba8cc10b HHH-2412 : back out of changes for compiling with JDK 1.6 and JDBC4 API usage
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16233 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-03-31 06:43:12 +00:00
Gail Badner 033feaac26 HHH-3701 HHH-3640 : Add support for mod, bit_length, and trim to SybaseASE15Dialect
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15957 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-11 23:54:57 +00:00
Steve Ebersole a088d6b9cb HHH-3760 : document EntityNameResolver
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15933 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-10 21:45:05 +00:00
Steve Ebersole c653b957b9 HHH-3650 : PK column from TableGenerator needs explicit not null for silly DBs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15929 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-10 17:36:47 +00:00
Steve Ebersole 4524288384 HHH-3275 : custom tuplizers for components in a collection
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15928 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-10 17:32:18 +00:00
Gail Badner c4943e526a HHH-3712 : Reorganize the Sybase dialect class hierarchy, add SybaseASE15Dialect, and mark SybaseDialect as deprecated
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15898 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-05 03:48:51 +00:00
Gail Badner 629b62a0a2 HHH-3685 : correct XML format
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15879 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-04 03:03:40 +00:00
Gail Badner 96bd4ad79c HHH-3691 : Sybase does not support Blobs and Clobs; skip unit tests that use Blobs/Clobs
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15877 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-04 00:58:42 +00:00
Gail Badner 9eb89caa1d HHH-3685 - Added workaround to unit test for creating Sybase stored procedures in chained transaction mode
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15876 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-04 00:50:58 +00:00
Steve Ebersole ebd8372373 HHH-3749 : limit FromElement reuse
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15874 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-03 21:38:56 +00:00
Steve Ebersole 69bd18c34c HHH-3751 : Antlr tree parser tracing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15872 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-03 20:49:00 +00:00
Steve Ebersole 4bc3511f72 HHH-3751 : Antlr tree parser tracing
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15871 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-03 20:48:39 +00:00
Steve Ebersole 7a024374d6 HHH-3749 : limit FromElement reuse based on alias
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15865 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-03 14:20:50 +00:00
Steve Ebersole 9ea2964908 HHH-3357 : clear() performance
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15864 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-03 01:16:57 +00:00
Steve Ebersole ed1aee39a3 HHH-3701 : trim function emulation for sybase
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15861 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-02-03 00:47:57 +00:00
Chris Bredesen be72cd0f28 HHH-3159 replace deprecated package 'oracle.jdbc.driver' with 'oracle.driver'
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15822 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-01-26 20:32:36 +00:00
Gail Badner b3eba449ff HHH-3696 : Sybase - unit tests fail when numeric values overflow in precision or scale on insert
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15813 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-01-23 22:52:53 +00:00
Steve Ebersole 36b036210d HHH-3698 & HHH-3699 : HQL parameter binding issues
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15770 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-01-12 15:37:37 +00:00
Steve Ebersole 42c0d34764 HHH-3698 & HHH-3699 : HQL parameter binding issues
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15759 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-01-09 05:40:48 +00:00
Steve Ebersole e80a934549 HHH-3693 : implicit polymorphism + pagination
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15754 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2009-01-07 20:38:25 +00:00
Gail Badner 09025c36d4 HHH-3680 - Sybase - composite primary key in unit test exceeds maximum for index causing failure
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15740 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-12-27 01:43:05 +00:00
Gail Badner 01a6c4a30b JBPAPP-1528 HHH-3679 - Sybase conversion of Java byte to tinyint fails with 8-bit values causing unit test failures
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15736 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-12-27 00:49:42 +00:00
Gail Badner c89d869ffc HHH-3675 - Limitations on Sybase ResultSet implementation cause unit test failures
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@15732 1b8cb986-b30d-0410-93ca-fae66ebed9b2
2008-12-26 23:48:07 +00:00