0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
Sep 25, 2024 — Sep 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- JoinTablePersister corrected cause of too many calls to parameter binding (broken unit tests) - Tried to clarifiy class name: ParameterizedSQL renamed to StringParamedSQL, PreparedSelect to ColumnParamedSelect.java, ColumnPreparedSQL to ColumnParamedSQL.java More... almost 10 years ago
- JoinTablePersister corrected cause of too many calls to parameter binding (broken unit tests) - Tried to clarifiy class name: ParameterizedSQL renamed to StringParamedSQL, PreparedSelect to ColumnParamedSelect.java, ColumnPreparedSQL to ColumnParamedSQL.java More... almost 10 years ago
Tried to enhance select API fluency More... almost 10 years ago
ColumnBinderRegistry inherits from ParameterBinderRegistry for simplicity More... almost 10 years ago
ParameterizedSQL wasn't so well working with parameters that have a Collection as value More... almost 10 years ago
ResultSetIterator made reusable More... almost 10 years ago
Some protection over PersistenceContext::getPersisters() More... almost 10 years ago
makes Randomizer::drawElements() works More... almost 10 years ago
Make retryer works More... almost 10 years ago
Little enhancement on test More... almost 10 years ago
Internal renaming and simplification More... almost 10 years ago
Opening of query API: usage of CharSequence instead of String More... almost 10 years ago
Implementation of a persister for multiple column joined by a key. Required some code opening in Persister and PersisterExecutor. Minor refactoring More... almost 10 years ago
Addition of StringAppender test More... about 10 years ago
AbstractNamedMemberDescription exposes its Member as parameter type, FieldDescription and MethodDescription exposes their Field and Method respectively. Added field type and return type to FieldDescription and MethodDescription. More... about 10 years ago
Code opening around Persister, ClassMappingStrategy and FieldMappingStrategy to allow easier override of persistence More... about 10 years ago
Tried to have less use of PersistentContext.getCurrent() especially in PooledSequencePersister. Hence refactoring constructors around DDLDeployer, DMLGenerator is taken on Dialect as DDLSchemaGenerator More... about 10 years ago
Small simplification on IdentifierGenerators : BeforeInsertIdentifierGenerator added More... about 10 years ago
Better error reporting when MariaDBEmbeddableDataSource use an existing port: database is no more static More... about 10 years ago
ClassMappingStrategy.getColumns() is not necessary. Removed More... about 10 years ago
Added insertions of forms of the survey POC More... about 10 years ago
Preparing poc More... about 10 years ago
Added tests on MariaDB thanks to MariaDB4j Some enhancements to DDL generation More... about 10 years ago
Simplification of updated row count: methods that update rows return the updated row count, not an array of int. PersisterTest has been refactored to PersisterExecutorTest. Added test over real (embedded) databases Hsqldb and Derby. Addition of Derby revealed that ResultSetIterator wasn't compliant with not supported features isLast(), isBeforeFirst() and getRow() so its algorithm was reviewed (and so for ReadOnlyIterator) More... about 10 years ago
Configuration of PersisterExecutor passed as constructor and taken from Dialect More... about 10 years ago
Spelling correction More... about 10 years ago
Start moving "configuration" to upper level: - DMLGenerator sorting of columns - WriteOperation retrying parameters More... about 10 years ago
Package org.gama.stalactite.sql moved from core module to sql More... about 10 years ago
Build correction: implementation of a IDelegate that has a throws clause in signature. Retrier algorithm reviewed to suppress unecessary while loop. More... about 10 years ago
Better design of retry of WriteOperation More... about 10 years ago