issues
search
datanucleus
/
datanucleus-rdbms
DataNucleus support for persistence to RDBMS Datastores
30
stars
67
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Create LICENSE
#499
kaxuna
closed
10 hours ago
1
Change default for Calendar for Date timezone cloning so that returning a clone is the default
#498
andyjefferson
closed
1 month ago
0
Improved commit performance for RDBMS based installations. Specifically performance has been improved in larger commits using batching.
#497
kraendavid
closed
1 month ago
0
[MYSQL] Column name mismatch when checking for primary key specifications
#496
Aggarwal-Raghav
closed
3 months ago
10
Write timeout does not work for JDO update operations
#495
smatytsin
opened
4 months ago
0
Add support for persisting PostgreSQL `JSON` and `JSONB` fields
#494
nscuro
closed
5 months ago
1
Question: strategy for dealing with mysql table limit when eagerly fetching fields of a large object
#493
aleferri
closed
2 months ago
1
Introduce locking for `SQLStatement#getSQLText`
#492
nscuro
closed
5 months ago
0
`SQLStatement#getSQLText` implementations are not thread-safe
#491
nscuro
closed
5 months ago
1
JDOQLQuery should throw exception if datastore does not support query canceling
#490
mboapache
closed
5 months ago
0
Unexpected query performance numbers in datanucleus log
#489
mboapache
closed
6 months ago
2
Bugfixed support for nullable primary-keys. Now also works when PK isn't first fields in Persistable Class.
#488
kraendavid
closed
8 months ago
0
Added RDBMS extension for member to specify that updates to member should not trigger version update when using optimistic locking.
#487
kraendavid
closed
10 months ago
0
Added option for supplying custom FlushProcess. Also improved support for SQL batching inserts/updates/deletes combined with optimistic lock handling.
#486
kraendavid
closed
11 months ago
2
Enabled nullable application identity fields for RDBMS engine (not for schema generation) to allow for mapping on to legacy schemas without primary key
#485
kraendavid
closed
11 months ago
2
Provide registerMbeans HikariCP options
#483
cxzl25
closed
1 year ago
0
Provide registerMbeans HikariCP options
#482
cxzl25
closed
1 year ago
0
Making it easier to extend JoinSetStore in custom code.
#481
kraendavid
closed
1 year ago
0
Fixes for querying M-1 UNI directional with join table mappings (and setting them).
#480
kraendavid
closed
1 year ago
0
Issue #470 doesn't allow for discriminatorColumnName not being in different case
#479
andyjefferson
closed
1 year ago
0
PostgreSQLAdapter : change default IsolationForSchemaCreation to READ_COMMITTED
#478
mingmxu
closed
1 year ago
0
Added option to allow implementing custom discriminator with DiscriminatorDefiner metadata option
#477
kraendavid
closed
1 year ago
2
Fixed having single field of abstract type using recursion depth 0
#476
kraendavid
closed
1 year ago
0
Fixed SQL query leak resulting in OutOfMemory.
#475
kraendavid
closed
1 year ago
0
`UpdateStmtAllowTableAliasInSet` is not honored for update statements involving `DelegatedExpression`s
#474
nscuro
closed
3 months ago
2
keyword "COLUMN_NAME" for dm database
#473
Freedom-Mr
closed
1 year ago
3
Duplicated ID happen on MS SQL Server If run multiple JVM instance.
#472
amanraj2520
closed
1 year ago
11
Enabled builtin DBCP connection pool to act on auto-commit and max-lifetime.
#471
kraendavid
closed
1 year ago
0
Fixed problem in handling of DB column mapped into multiple fields.
#470
kraendavid
closed
1 year ago
1
Fix BUG: Duplicated ID happen on MS SQL Server If run multiple JVM instance.
#469
amanraj2520
closed
1 year ago
3
Support ConnectionInitSQL with HikariCP
#468
andyjefferson
closed
1 year ago
0
Added HikariCP SQLInit options
#467
shinji62
closed
1 year ago
0
Provide InitSQL hikari options
#466
shinji62
closed
1 year ago
2
Reverted JoinListStore#internalAdd to non bulk shift insertion strategy to avoid issue #464
#465
chrisco484
opened
1 year ago
2
BatchUpdateException when reordering elements of 1-m relationship as List<> (join table) - with testcase
#464
chrisco484
opened
1 year ago
3
Improved support for the SQL XML type.
#463
siepkes
closed
1 year ago
0
Support bulk-fetch on a Collection when field is empty
#462
andyjefferson
closed
1 year ago
0
#459 Ensures that join extensions are created in lowercase
#461
Leyart
closed
1 year ago
0
#459 Ensure that extension keys are in lowercase
#460
Leyart
closed
1 year ago
0
datanucleus.query.jdoql.{varName}.join extension does not work when "varName" is not lower case
#459
Leyart
closed
1 year ago
4
Fix issue #457 ResultClassROF.getResultObject()
#458
aley2003
closed
1 year ago
0
ResultClassROF can fail to set fields/properties when JDBC driver returns unassignable type
#457
aley2003
closed
1 year ago
9
PostgreSQL: Use BIGSERIAL when identity column is mapped to BIGINT
#456
nscuro
closed
2 years ago
0
Wrong identity type generated for type `long` with PostgreSQL
#455
nscuro
closed
2 years ago
0
Missing argType cache in ResultClassROF
#454
nicholas-os
closed
2 years ago
0
ArgType not cached for null value in first Result in ResultSet
#453
nicholas-os
closed
2 years ago
1
NullPointerException in ResultClassROF.getObject() in 6.0.2
#452
aley2003
closed
2 years ago
6
Remove column mapping to JDBC type FLOAT for SQL Server
#451
nscuro
closed
2 years ago
4
Search of setter function in ResultClassROF.getObject() is broken
#450
aley2003
closed
2 years ago
1
Fix incomplete fix for #444
#449
nscuro
closed
2 years ago
0
Next