1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Created branch for hibernate 4.2 More... over 11 years ago
Support hibernate 4.3+. Breaks support for hibernate 4.2 More... over 11 years ago
Upgraded and fixed for liquibase 3.1.1 More... over 11 years ago
Merge pull request #35 from Catalysts/master More... over 11 years ago
dont return null for the sql keywords More... over 11 years ago
only return default driver if url starts with hibernate: More... over 11 years ago
[maven-release-plugin] prepare for next development iteration More... almost 12 years ago
[maven-release-plugin] prepare release liquibase-hibernate4-3.2 More... almost 12 years ago
Merge pull request #25 from skomeand/nullpointerhotfix More... almost 12 years ago
Fixed nullpointer occuring from implicit cast from Integer -> int -> Integer More... almost 12 years ago
[maven-release-plugin] prepare for next development iteration More... almost 12 years ago
[maven-release-plugin] prepare release liquibase-hibernate4-3.1 More... almost 12 years ago
https://github.com/liquibase/liquibase-hibernate/issues/21 Exception when hibernate returns oracle varchar2(n char) More... almost 12 years ago
Merge pull request #24 from LeovR/uniqueColumn More... almost 12 years ago
Merge pull request #23 from LeovR/simpleSpringScanningUrlTestFix More... almost 12 years ago
Merge pull request #22 from LeovR/sourceEncoding More... almost 12 years ago
Added @Column(unique = true) for testing purposes More... almost 12 years ago
Extended UniqueConstraintSnapshotGenerator to include @Column(unique = true) annotations More... almost 12 years ago
The item class has to be added to the other Ejb3 tests, as well More... almost 12 years ago
Fixes simpleSpringScanningUrl-test The check for the new Item table was missing More... almost 12 years ago
Set buildSourceEncoding to UTF-8 More... almost 12 years ago
Merge pull request #20 from LeovR/sequenceGenerators More... almost 12 years ago
Merge pull request #19 from LeovR/issue15Fix More... almost 12 years ago
Merge pull request #18 from LeovR/testFix More... almost 12 years ago
Added entity with GenerationType.SEQUENCE More... almost 12 years ago
Added SequenceSnapshotGenerator implementation More... almost 12 years ago
Use columnSize and decimalDigits since radix is not used in the DataType-class (toString()) More... almost 12 years ago
Use a discriminator for the database name otherwise there are test problems More... almost 12 years ago
The SimpleNamingContextBuilder does not support javax.naming.Name which is used by Hibernate 4 to lookup the JNDI datasource Just provide the datasource directly to the configuration More... almost 12 years ago
Set the defaultCatalogName and defaultSchemaName once and then use the AbstractJdbcDatabase getter/setter Otherwise the names cannot be customized e.g. in tests More... almost 12 years ago