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
about 7 hours
ago. based on code collected
about 8 hours
ago.
Sep 25, 2024 — Sep 25, 2025
Showing page 43 of 47
Search / Filter on:
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
Guillaume Mary
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
Guillaume Mary
More...
almost 10 years ago
Tried to enhance select API fluency
Guillaume Mary
More...
almost 10 years ago
ColumnBinderRegistry inherits from ParameterBinderRegistry for simplicity
Guillaume Mary
More...
almost 10 years ago
ParameterizedSQL wasn't so well working with parameters that have a Collection as value
Guillaume Mary
More...
almost 10 years ago
ResultSetIterator made reusable
Guillaume Mary
More...
almost 10 years ago
Some protection over PersistenceContext::getPersisters()
Guillaume Mary
More...
almost 10 years ago
makes Randomizer::drawElements() works
Guillaume Mary
More...
almost 10 years ago
Make retryer works
Guillaume Mary
More...
almost 10 years ago
Little enhancement on test
Guillaume Mary
More...
almost 10 years ago
Internal renaming and simplification
Guillaume Mary
More...
almost 10 years ago
Opening of query API: usage of CharSequence instead of String
Guillaume Mary
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
Guillaume Mary
More...
almost 10 years ago
Addition of StringAppender test
Guillaume Mary
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.
Guillaume Mary
More...
about 10 years ago
Code opening around Persister, ClassMappingStrategy and FieldMappingStrategy to allow easier override of persistence
Guillaume Mary
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
Guillaume Mary
More...
about 10 years ago
Small simplification on IdentifierGenerators : BeforeInsertIdentifierGenerator added
Guillaume Mary
More...
about 10 years ago
Better error reporting when MariaDBEmbeddableDataSource use an existing port: database is no more static
Guillaume Mary
More...
about 10 years ago
ClassMappingStrategy.getColumns() is not necessary. Removed
Guillaume Mary
More...
about 10 years ago
Added insertions of forms of the survey POC
Guillaume Mary
More...
about 10 years ago
Preparing poc
Guillaume Mary
More...
about 10 years ago
Added tests on MariaDB thanks to MariaDB4j Some enhancements to DDL generation
Guillaume Mary
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)
Guillaume Mary
More...
about 10 years ago
Configuration of PersisterExecutor passed as constructor and taken from Dialect
Guillaume Mary
More...
about 10 years ago
Spelling correction
Guillaume Mary
More...
about 10 years ago
Start moving "configuration" to upper level: - DMLGenerator sorting of columns - WriteOperation retrying parameters
Guillaume Mary
More...
about 10 years ago
Package org.gama.stalactite.sql moved from core module to sql
Guillaume Mary
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.
Guillaume Mary
More...
about 10 years ago
Better design of retry of WriteOperation
Guillaume Mary
More...
about 10 years ago
←
1
2
…
39
40
41
42
43
44
45
46
47
→
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