Skip to content

Commit

Permalink
inc: New PostgreSQL binding
Browse files Browse the repository at this point in the history
  • Loading branch information
dkl committed Sep 9, 2015
1 parent d49a531 commit 8e468e1
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 170 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Version 1.04.0
- New binding for Mini-XML 2.9, with 64bit support
- New bindings for SQLite 2.8.17 and 3.8.11.1, with 64bit support
- New bindings for PCRE 8.37 and PCRE2 10.20, with 64bit support
- New binding for PostgreSQL 9.4.4, with 64bit support

[fixed]
- False-positive "ambigious sizeof" warnings if the identifier could refer only to a type or procedure (in that case it should already be fairly clear that the type will be chosen, not the procedure, because sizeof() can't be applied to procedures at all), or if an expression such as "array(0)" is given to sizeof() (i.e. something that starts with an identifier but is followed by further tokens that clarify that it's not refering to a type)
Expand Down
Loading

0 comments on commit 8e468e1

Please sign in to comment.