Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 28, 2021

Bumps ormLiteVersion from 4.46 to 5.3.
Updates ormlite-core from 4.46 to 5.3

Release notes

Sourced from ormlite-core's releases.

5.3

  • CORE: More improvements to the TransactionManager connection and savepoint handling.
  • CORE: Added a getInternalConnection() method to DatabaseConnection to access underlying objects.
  • CORE: Added support for ORDER BY ... NULLS FIRST and LAST. May not be supported by all database types.
  • CORE: Added optimization to AND and OR queries to reduce the parens in the generated query. Thanks to devjta.
  • CORE: Removed some extraneous spaces from generated queries.
  • CORE: Added missing wiring for the TIME_STAMP_STRING data type for storing Timestamp type as a string.
  • CORE: Added support for OneToMany JPA annotation. Thanks to Bo98.
  • JDBC: Update the DB2 driver class. Thanks to mauro-palumbo.
  • JDBC: Added support for create table if not exists for HSQLDB versions 2.3.X and greater. Thanks to lukewhitt.
  • JDBC: Fixed a problem with H2's handling of boolean fields.
  • JDBC: Fixed the log4j logger classes broken in 5.2. Also moved them over to core. Thanks to MarcMil.

5.2

  • JDBC: Refactored the JDBC package to make it java9 compliant by moving all classes under jdbc subpackage.
  • CORE: Added support for @​DatabaseField(readOnly) boolean for returning non-column fields.
  • CORE: Added @​DatabaseField(fullColumnDefinition) for fully describing a column as opposed to columnDefinition.
  • CORE: Added BaseSchemaUtil to print out the schema statements necessary to create a table.
  • CORE: Added the ability for users to set a character set for byte array type. Thanks to noordawod.
  • CORE: Added a Logger.setGlobalLogLevel(...) method to set a global filter on all log messages.
  • CORE: Moved from RETURN_GENERATED_KEYS to named columns for generated ids to be more compatible. Thanks to Bo98.
  • CORE: Significant refactoring to make FieldType and TableInfo not depend on Dao or ConnectionSource.
  • CORE: Improved memory usage by unregistering DAOs associated to a connection source. Thanks to bosborn.
  • CORE: Fixed problem with null field assignment causing a NPE in the resulting message. Thanks to hrach.
  • CORE: Fixed problems with the transaction level thread-local not being handled right. Thanks to Bo98.
  • CORE: Fixed @​DatabaseField(fullColumnDefinition) which was completely broken. Thanks to ethanmdavidson.
  • CORE: Fixed default width not being applied for BigInteger. Thanks to Bo98.
  • CORE: Fixed the default mysql driver and made driver loading more forgiving. Thanks to zanella.
  • CORE: Fixed a couple of incorrect SqlTypes in field converters. Thanks to Bo98.
  • CORE: Support schema name qualifiers for tables. Thanks to Fedor Bobin.
  • CORE: Fixed concurrency issues when using iterators. Thanks to MarcMil.

5.1

  • CORE: Added synchronized keyword to BaseDaoImpl.createOrUpdate() and createIfNotExists().
  • CORE: Added integer date support. Thanks to noordawod.
  • CORE: Added support for CloseableIterator.moveAbsolute(...). Thanks to renaudcerrato.
  • CORE: Fixed but with get table name not using TableInfo. Thanks to 0xabadea.
  • CORE: Fixed handling of field capitalization which was screwing up Turkish fields. Thanks to folkyatina.
  • CORE: Fixed handling of joined queries with orders and group by's. Thanks much to p91paul.
  • CORE: Fixed bad bug with committing of inner transactions inappropriately. Thanks much to maroux.
  • CORE: Normalized all of the up/down case usage to the DatabaseType so it can be overridden.
  • JDBC: Fixed problem with UUID native type not using the correct persister. Thanks to Bo98.
  • ANDROID: Added field sorting for more deterministic config file output. Thanks to jibidus.

5.0

  • ALL: ORMLite has dropped support for Java 5. Java 6 is now required.
  • ALL: Added boolean argument to DatabaseConnection.compileStatement(...) to fix a cache bug.
  • ALL: Changed DatabaseResults.getObjectCache() to be getObjectCacheForRetrieve() and getObjectCacheForStore().
  • CORE: Added JOIN-ing between tables without a foreign-object relationship.
  • CORE: Added TimeStampStringType to support Android timestamps.

... (truncated)

Commits

Updates ormlite-android from 4.46 to 5.3

Commits
  • 8a750b1 [maven-release-plugin] prepare release ormlite-android-5.3
  • 0e4ceb1 getStatement() method added to CompiledStatement for logging reasons.
  • 63b182a Merge pull request #123 from j256/gw-get-underlying-connection
  • bd9ed93 Get access the underlying database connection from DatabaseConnection.
  • 55202bd updating versions
  • 798f767 cp
  • 0886728 [maven-release-plugin] prepare for next development iteration
  • 00e07e1 [maven-release-plugin] prepare release ormlite-android-5.2
  • f8b3ae0 Merge branch 'master' of github.com:j256/ormlite-android
  • 361276b had to go back to http urls, grumble
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `ormLiteVersion` from 4.46 to 5.3.

Updates `ormlite-core` from 4.46 to 5.3
- [Release notes](https://github.com/j256/ormlite-core/releases)
- [Commits](j256/ormlite-core@ormlite-core-4.46...ormlite-core-5.3)

Updates `ormlite-android` from 4.46 to 5.3
- [Release notes](https://github.com/j256/ormlite-android/releases)
- [Commits](j256/ormlite-android@ormlite-android-4.46...ormlite-android-5.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants