v1.4.1
What's Changed
dbListFields
now works with identifier name which in turn supports the use ofin_schema()
intbl()
(#200)- Fix an error whereby join query's CTEs are not properly retrieved (#203)
- Fix a bug that causes NULL values in a ROW to return data-schema mismatch error (#206)
- Add
dbQuoteLiteral()
anddbAppendTable()
implementations. - Rewrite
dbWriteTable()
implementation to usedbCreateTable()
anddbAppendTable()
. It also supports all default arguments now (#199) dbWriteTable()
gains ause.one.query
option to use a singleCREATE TABLE AS
query.
Full Changelog: v1.4.0...v1.4.1