Skip to content

1.2.0

Compare
Choose a tag to compare
@pmjones pmjones released this 12 Aug 14:19
· 35 commits to 1.x since this release
  • Method quoteIdentifier() added to all query objects, so that you can quote
    table names, column names, etc. for the specific connection type.

  • INSERT and UPDATE queries now automatically quote the column name that is
    being inserted or updated. No other automatic quoting is applied.

  • Updated docs.