Commit Graph

22 Commits

Author SHA1 Message Date
johnA1331 3a271415eb Update README.md 2022-03-31 13:39:46 +08:00
PentaKon 6810dd9c66 Change log statements to assert statements on test app 2022-03-22 11:06:23 +02:00
PentaKon a788576972 Decouple h2 mem db from rest of examples 2022-03-14 20:27:25 +02:00
PentaKon 3c9ba66969 Example code for Get the Number of Rows in a ResultSet 2022-03-14 20:16:03 +02:00
johnA1331 6a1b6d6ced Update README.md 2022-02-09 14:00:22 +08:00
Andres Luzuriaga b15df89834 BAEL-4498 JDBC Connection Status 2022-02-03 15:12:49 -05:00
sampadawagde d9b23200d1 removed explicit h2.version as parent now is at the required 1.4.200 2021-11-21 17:58:26 +05:30
johnA1331 888f601132 Update README.md 2021-08-05 01:10:01 +08:00
gjohnson 91bbabd97a First Draft - BAEL-4122 - A Quick Guide to Autocommit in JDBC 2021-07-23 01:00:45 +01:00
johnA1331 b898d5966b Update README.md 2021-06-17 00:45:16 +08:00
kwoyke 339fb7ec44 JAVA-5408: Use common postgresql.version property (#10879)
* JAVA-5408: Use common postgresql.version property

* JAVA-5408: Cleanup spring-boot-react

* JAVA-5408: Use commons-cli.version property in libraries-data

* JAVA-5408: spring-security-modules cleanup

Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-11 20:25:37 +05:30
Mladen Savic 59b3081d46 insert null into Integer column using JDBC - minor formatting 2021-06-09 10:08:55 +02:00
Mladen Savic 1a6361606c insert null into Integer column using JDBC - final code review 2021-06-08 18:08:30 +02:00
Mladen Savic 07af5a2687 insert null into Integer column using JDBC - code improvements 2021-06-03 12:26:02 +02:00
Mladen Savic 239da42aab insert null into Integer column using JDBC 2021-05-26 00:14:14 +02:00
sampadawagde fa112ee5f8 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 1) 2021-05-10 20:05:39 +05:30
johnA1331 f9f83d2305 Update README.md 2021-04-01 00:21:28 +08:00
mdabrowski-eu dd288575da BAEL-4789 Check if a database table exists (#10565)
* BAEL-4789 Check if a database table exists

* BAEL-4789 fix db credentials

* BAEL-4789 fix test method name
2021-03-21 18:38:10 +01:00
johnA1331 42604275ff Update README.md 2020-12-16 17:24:51 +08:00
Kai Yuan 7afdb4cba7 [BAEL-4497] jdbc url 2020-12-13 17:22:09 +01:00
johnA1331 e4430ea672 Create README.md 2020-10-21 11:28:46 +08:00
Umang Budhwar 5709eee956 BAEL-4475 (#10151)
* Added code for checking if a class is abstract or not.

* Renamed test name as per review comments.

* Added code to get database URL from Connection object.

* Refactored code to break lines.
2020-10-16 08:52:25 -05:00