Skip to content

Commit e130972

Browse files
authored
Merge pull request #29 from target/update_time_readme
update readme TOC
2 parents 4ed2c08 + 01cf63b commit e130972

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

README.md

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,44 @@ Lightweight library to help simplify JDBC database access. Main features:
88
handling, updates, and batch statements
99

1010
<!-- TOC -->
11-
1211
* [lite-for-jdbc](#lite-for-jdbc)
1312
* [Gradle Setup](#gradle-setup)
1413
* [Db Setup](#db-setup)
14+
* [Custom Database Types](#custom-database-types)
1515
* [Methods](#methods)
16-
* [executeQuery](#executequery)
17-
* [findAll](#findall)
18-
* [executeUpdate](#executeupdate)
19-
* [executeWithGeneratedKeys](#executewithgeneratedkeys)
20-
* [executeBatch](#executebatch)
21-
* [useNamedParamPreparedStatement](#usenamedparampreparedstatement)
22-
* [useNamedParamPreparedStatementWithAutoGenKeys](#usenamedparampreparedstatementwithautogenkeys)
23-
* [useConnection](#useconnection)
16+
* [executeQuery](#executequery)
17+
* [findAll](#findall)
18+
* [executeUpdate](#executeupdate)
19+
* [executeWithGeneratedKeys](#executewithgeneratedkeys)
20+
* [executeBatch](#executebatch)
21+
* [executeBatch Counts only](#executebatch-counts-only)
22+
* [useNamedParamPreparedStatement](#usenamedparampreparedstatement)
23+
* [useNamedParamPreparedStatementWithAutoGenKeys](#usenamedparampreparedstatementwithautogenkeys)
24+
* [useConnection](#useconnection)
2425
* [Query Parameters](#query-parameters)
25-
* [Named Parameters](#named-parameters)
26-
* [Positional Params](#positional-params)
26+
* [Named Parameters](#named-parameters)
27+
* [Positional Params](#positional-params)
2728
* [Row Mapping](#row-mapping)
28-
* [rowMapper](#rowmapper)
29-
* [ResultSet/PreparedStatement extensions](#resultsetpreparedstatement-extensions)
30-
* [Date Time in Postgresql](#date-time-in-postgresql)
31-
* [Storing timestamps with timezone](#storing-timestamps-with-timezone)
32-
* [propertiesToMap](#propertiestomap)
29+
* [rowMapper](#rowmapper)
30+
* [ResultSet/PreparedStatement extensions](#resultsetpreparedstatement-extensions)
31+
* [Java type to Postgresql column type mapping requirements](#java-type-to-postgresql-column-type-mapping-requirements)
32+
* [Storing timestamps with timezone](#storing-timestamps-with-timezone)
33+
* [propertiesToMap](#propertiestomap)
3334
* [Transactions & Autocommit](#transactions--autocommit)
34-
* [withAutoCommit](#withautocommit)
35-
* [withTransaction](#withtransaction)
36-
* [DataSource configuration & AutoCommit](#datasource-configuration--autocommit)
37-
* [DataSource settings](#datasource-settings)
38-
* [Testing with mockkTransaction](#testing-with-mockktransaction)
35+
* [withAutoCommit](#withautocommit)
36+
* [withTransaction](#withtransaction)
37+
* [DataSource configuration & AutoCommit](#datasource-configuration--autocommit)
38+
* [DataSource settings](#datasource-settings)
39+
* [Testing with mockkTransaction](#testing-with-mockktransaction)
3940
* [IntelliJ SQL language integration](#intellij-sql-language-integration)
4041
* [Development](#development)
41-
* [Building](#building)
42-
* [Issues](#issues)
43-
* [Contributing](#contributing)
44-
* [Code review standards](#code-review-standards)
45-
* [Testing standards](#testing-standards)
46-
42+
* [Building](#building)
43+
* [Issues](#issues)
44+
* [Contributing](#contributing)
45+
* [Code review standards](#code-review-standards)
46+
* [Testing standards](#testing-standards)
47+
* [Breaking version changes](#breaking-version-changes)
48+
* [`1.9.2` -> `2.0.0`](#192---200)
4749
<!-- TOC -->
4850

4951
# Gradle Setup

0 commit comments

Comments
 (0)