openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
stalactite
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Aug 20, 2024 — Aug 20, 2025
Showing page 5 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixing bad construction create duplicate instance of factories. Changing in operator default size.
Guillaume Mary
More...
5 months ago
Implementing on HSQLDB the approach to simplify Dialect configuration for end-user : HSQLDBDialect is removed and replaced by HSQLDBDialectBuilder. Default behaviors are provided by DatabaseVendorSettings and a dedicated one is created by vendor : HSQLDBDatabaseSettings. Required some changes on DatabaseVendorSettings class, and then some adaptions to other vendors are made but temporary. Now on, changing some options is available through the Builder, combined by DialectOptions. Raised some bugs on PersistenceContext.insert(..) and PersistenceContext.update(..) which were not escaping keywords. It required a bunch of changes in particular on InsertCommandBuilder and some generics enhancements (lack of knowledge at implementation time)
Guillaume Mary
More...
5 months ago
Propagating renaming of Modifiable* classes to Mutable* classes
Guillaume Mary
More...
6 months ago
Code cleanup
Guillaume Mary
More...
6 months ago
Trying an approach to simplify Dialect configuration for end-user : introducing the new classes DialectOptions and DialectBuilder.
Guillaume Mary
More...
6 months ago
Fixing HSQLDB Dialect to support 2.7, no more 2.0
Guillaume Mary
More...
6 months ago
Fixing sequence name not escaped at creation and deletion time if it's a keyword
Guillaume Mary
More...
6 months ago
Implementing ZonedDateTime native support on HSQLDB. Required to bump HSQLDB dependency to 2.4.0 minimum because that's the first version which supports TIMEZONE storage. Meanwhile we bumped to 2.7.4 because 2.4.0 is quite old and, overall, 2.7.x fixes the "synchronized cancel()" method problem.
Guillaume Mary
More...
6 months ago
Implementing ZonedDateTime native support on Oracle
Guillaume Mary
More...
6 months ago
Moving HiLo sequence system to appropriate package to avoid mix with standard database sequence
Guillaume Mary
More...
6 months ago
Removing DataSource from ConnectionSettings to avoid too much coupling between Settings and Connection provider. Moving ClosedConnectionRetryerProvider out of CurrentThreadConnectionProvider to make it available out of it.
Guillaume Mary
More...
6 months ago
Implementing support of database sequence for SQLite and MySQL by mimicking it through a table storage.
Guillaume Mary
More...
6 months ago
Implementing support of database sequence as identifier provider for some database vendors. SQLite and MySQL can't be addressed with current design because they don't support sequences.
Guillaume Mary
More...
6 months ago
Implementation of database sequence as identifier provider. Fixing transaction issues in StalactitePlatformTransactionManager.
Guillaume Mary
More...
6 months ago
Sharing ConnectionProvider contract expected for a full-featured PersistenceContext in ConnectionConfiguration.TransactionalConnectionProvider: - making StalactitePlatformTransactionManager implement it - renaming TransactionalConnectionProvider to CurrentThreadTransactionalConnectionProvider and making it implement it Has an impact on Optimistic Lock code due to its ConnectionProvider and RollbackObserver. Cleaning the code here too (simplifying code and fixing some generics).
Guillaume Mary
More...
7 months ago
Still trying an approach to make ApplicationContext configuration easier : testing with H2.
Guillaume Mary
More...
7 months ago
Fixing non-quoted join columns
Guillaume Mary
More...
7 months ago
Trying an approach to make ApplicationContext configuration easier, that would avoid to implement a Dialect for a small Dialect adaptation.
Guillaume Mary
More...
7 months ago
Replacing a lot of Column<T, Object> by Column<T, ?> (wildcard generic as column value) to fix some cast issue, and because it's how it should be done.
Guillaume Mary
More...
7 months ago
Avoiding cycling dependencies between several classes SQLBuilder for From clause require the one for Query which requires the one for From, which also requires the one for Union which requires the one for Query, etc. Which makes the graph impossible to build through constructors. => removing PseudoTableSQLBuilderFactory, pushing its internal class PseudoTableSQLBuilder to QuerySQLBuilderFactory as UnionSQLBuilder.
Guillaume Mary
More...
8 months ago
Making Dialect an interface to separate less configurable elements, like database vendor ones, from user PersistenceContext configuration. Next work is to introduce a way to configure PersistenceContext.
Guillaume Mary
More...
8 months ago
Introducing DMLNameProviderFactory to factorize the way DMLNameProvider are built and pushed to the responsibility of Dialect
Guillaume Mary
More...
8 months ago
Code cleanup
Guillaume Mary
More...
8 months ago
Fixing not working BeforeInsert identifier policy when set on mapped super class.
Guillaume Mary
More...
8 months ago
Renaming UnvaluedVariable to Placeholder
Guillaume Mary
More...
8 months ago
Making all SQL builders to let DDLAppender decides how to print Tables and Columns instead of having it spread in many places. Required to add SQLAppender.catTable(..) and SQLAppender.newSubPart(..)
Guillaume Mary
More...
8 months ago
Making all SQL builders using the same pattern : reusing the appendTo(..) method between toSQL() and toPreparableSQL()
Guillaume Mary
More...
8 months ago
Table given by entity is taken into account in many-to-many relation, but can be overwritten while setting relation
Guillaume Mary
More...
8 months ago
Table given by entity is taken into account in one-to-one relation, but can be overwritten while setting relation
Guillaume Mary
More...
8 months ago
Table given by entity is taken into account in one-to-many relation, but can be overwritten while configuring the relation.
Guillaume Mary
More...
8 months ago
←
1
2
3
4
5
6
7
8
9
…
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree