nette/database

Not compatible with PostgreSQL 12

ivanscm opened this issue · 1 comments

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

Sorry, fix in #242