summaryrefslogtreecommitdiff
path: root/util/src/main/kotlin/DB.kt
AgeCommit message (Expand)Author
2024-01-23Split utils into common and ebics and ename integration to testbenchAntoine A
2024-01-23Share TalerAmount logicAntoine A
2024-01-23Share database logicAntoine A
2024-01-19Improve log format and add log level cli flagAntoine A
2024-01-09Improve ebics cli error handling and improve logicAntoine A
2023-12-16Retry account registration with random IBAN up to 5 timesAntoine A
2023-12-13Fix reset dbAntoine A
2023-12-13Support postgres 14Antoine A
2023-12-11Check postgres version and reuse connection when initialising databaseAntoine A
2023-12-06Fix PATCH semanticAntoine A
2023-12-03fixing schema permissions: needs USAGE privilegeMS
2023-12-03fixing _v existence checkMS
2023-12-01optionally loading versioning.sqlMS
2023-11-30-fix permissions on _vChristian Grothoff
2023-11-30-minor fixesChristian Grothoff
2023-11-27 Fix database reset errorAntoine A
2023-11-27shared config subcommand for nexus and bankFlorian Dold
2023-11-27Check exchange account when conversion is enabledAntoine A
2023-11-21Catch and format SQLExceptionAntoine A
2023-11-20Bounce malformed incoming transactions and improve exchange transactionAntoine A
2023-11-15util DCEMS
2023-11-06Split Database class into multiple DAOAntoine A
2023-10-31Add tiny_amount and rounding_mode to conversion infoAntoine A
2023-10-30reducing util dependencies and unused codeMS
2023-10-24Database files.MS
2023-10-24Nexus database.MS
2023-10-24nexus db: creating & getting payment initiations.MS
2023-10-18Moving DB init/drop logic to util/.MS
2023-10-16normalize postgres:// URI to postgresql:// for JDBCFlorian Dold
2023-09-29Time types handling.MS
2023-09-24pass through jdbc URIsv0.9.3-dev.6Florian Dold
2023-09-22re-add support for unix socket DB connectionFlorian Dold
2023-09-15Remove the UtilError type.MS
2023-09-15TalerAmount defaults to the internal currency.MS
2023-09-11Bank refactoring.MS
2023-07-28Fix #7890 follow-up.MS
2023-07-25Addressing #7890.MS
2023-06-14Database versioning.MS
2023-06-13DB migration building blocks.MS
2023-04-22addressing compilation warningsMS
2023-04-21Moving CaMt-JSON mapping to util.MS
2023-04-16Conversion service.MS
2023-04-12Performance.MS
2023-04-12DB events.MS
2023-03-31Closing PG connection in more places.MS
2023-03-31Postgres notifications.MS
2023-03-10Implementing database notifications.MS
2023-02-27Long polling.MS