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
502 stars 107 forks source link

Allow partitioned tables to be returned by PgSqlDriver::getTables() #286

Closed otuhacek closed 2 years ago

otuhacek commented 2 years ago
diegosardina commented 2 years ago

Could you put 'p' as the last item? Just to follow the order specified in the documentation

milo commented 2 years ago

Hi @otuhacek . I improved your commit a little bit (see #287) and kept your authority if you are OK with it.

dg commented 2 years ago

Fixed by #287