nette / database

💾 A database layer with a familiar PDO-like API but much more powerful. Building queries, advanced joins, drivers for MySQL, PostgreSQL, SQLite, MS SQL Server and Oracle.
https://doc.nette.org/database
Other
512 stars 108 forks source link

Not compatible with PostgreSQL 12 #250

Closed ivanscm closed 4 years ago

ivanscm commented 4 years ago

Version: 3.0.3

Bug Description

Not compatible with PostgreSQL 12

Steps To Reproduce

  1. PostgreSQL 12
  2. dsn: 'pgsql:
  3. call table('tablename')->insert(...)

Expected Behavior

Correct insert, no error

Possible Solution

Suggest pull request

ivanscm commented 4 years ago

Sorry, fix in #242