[pgjdbc/pgjdbc] 0cfffa: docs: fix spelling and chapter, update samplecode... - Mailing list pgsql-jdbc

From bpd0018
Subject [pgjdbc/pgjdbc] 0cfffa: docs: fix spelling and chapter, update samplecode...
Date
Msg-id 5a74c5fcd83ac_73262b11712edc10870f6@hookshot-fe-88eb02d.cp1-iad.github.net.mail
Whole thread Raw
List pgsql-jdbc
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 0cfffa841b9b8d2040fe6c576aa77edfd399bbc0
      https://github.com/pgjdbc/pgjdbc/commit/0cfffa841b9b8d2040fe6c576aa77edfd399bbc0
  Author: bpd0018 <bpd0018@gmail.com>
  Date:   2018-02-02 (Fri, 02 Feb 2018)

  Changed paths:
    M docs/documentation/head/geometric.md

  Log Message:
  -----------
  docs: fix spelling and chapter, update sample code (#1098)

metioned -> mentioned
Chapter 12 -> Chapter 13
change sample code to match PgJDBC code style guidelines
explicitly close (via try-with-resources) the Statement and ResultSet in retrieveCircle(Connection)



pgsql-jdbc by date:

Previous
From: Brad DeJong
Date:
Subject: Re: "could not determine data type of parameter" with timestamp
Next
From: Jaime Soler
Date:
Subject: ResultSet storing all rows with defaulftFetchSize to 5000