Skip to content

Commit 010675b

Browse files
committed
update changelog
1 parent 63738f3 commit 010675b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.14.0] - 2025-08-21
6+
7+
- support more datatypes, see README.md
8+
- optimizations in result iteration
9+
510
## [v1.13.0] - 2025-08-19
611

712
- add option `-cache` to store table definitions in JSON for generation without db server.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,23 @@ In the example below, each set is extended with a custom SQL expression to have
220220
- citext
221221
- double precision
222222
- decimal
223+
- money
224+
- xml
225+
- real
226+
- smallint
227+
- time without time zone
228+
- character
229+
- line
230+
- lseg
231+
- box
232+
- path
233+
- polygon
234+
- circle
235+
- cidr
236+
- inet
237+
- macaddr
238+
- bit
239+
- bit varying
223240

224241
Send me a PR for a missing type available from https://www.postgresql.org/docs/9.5/datatype.html by modifying `mapping.go` in the `cmd/pgtalk-gen` package.
225242

0 commit comments

Comments
 (0)