jdbc
Here are 1,545 public repositories matching this topic...
requeryVersion = '1.6.0'
requeryVersion = '1.6.1'
E/BaseViewModel: java.sql.SQLNonTransientConnectionException
io.requery.PersistenceException: java.sql.SQLNonTransientConnectionException
at io.requery.sql.EntityDataStore.checkConnectionMetadata(EntityDataStore.java:588)
at io.requery.sql.EntityDataStore$DataContext.getTransactionMode(EntityDataStore.java:747)
-
Updated
Jun 22, 2020 - Java
The build instructions do not mention docker among prerequisites:
https://github.com/xerial/sqlite-jdbc/blob/master/README_BUILD.md
Locally (Linux Mint) I had to install docker and then adding the local user to the docker group as mentioned in this article to allow the
ebean should automatically direct read request to reader instance of aws aurora cluster and write request to writer instance
developer should have an option of enable/disable using properties file.
-
Updated
Jun 21, 2020 - Java
Kafka Connector stop if connection with database break with Sink Connector. There should be retry in Sink connector as well. This is available in source connector
-
Updated
Jun 13, 2020 - Java
Please add some contributing guidelines for this project, including code style.
Since the current code styles are different between the contributors, and there are patches with many useless changes in the import order, it might be advisable to enforce some rules via a [checkstyle](http://checkstyle.sourceforge.ne
-
Updated
Jun 8, 2020 - Java
-
Updated
Apr 12, 2019 - Java
-
Updated
May 9, 2020 - Java
-
Updated
Apr 26, 2020 - Java
This is a suggested addition to the Micronaut-Data docs on @transactional. Please consider adding this note to section "6.1 Transactions":
NOTE: The javax.transaction.Transactional annotation is only supported in repositories and beans processed by Micronaut. Using @transactional on other methods/classes does not initiate a transaction. See "Programmatic Transactions" for hints on how to use
-
Updated
May 28, 2020 - Java
Support for log4j2
I'm using log4j2 in my SpringBoot application, excluding logback implementation and logging with tracer doesn't work. It would be nice to support logging with log4j2 .
-
Updated
Jun 8, 2020 - Java
-
Updated
Jun 3, 2020 - Java
-
Updated
Jun 21, 2020 - Java
-
Updated
May 27, 2020 - Java
-
Updated
Mar 3, 2020 - Java
-
Updated
Jun 15, 2020 - Java
Improve this page
Add a description, image, and links to the jdbc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jdbc topic, visit your repo's landing page and select "manage topics."
Hi,
looks like the metrics provider by Hikari has changed in recent version, yet the documentation in this project hasn't been updated since 2015, could you please update the documentation? Thanks!