FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support schemas and quoting in DB() and pgdb · Issue #61 · PyGreSQL/PyGreSQL · GitHub

Support schemas and quoting in DB() and pgdb #61

Description

Since commit f82d4cd, inserttable() escapes the table name, which interferes with use of schemas.
We talked about this in DBAPI2 in issue #47

The table could be passed as a tuple of (namespace, table) or (table,) or (db,namespace,table), which must be individually escaped. Or take a kwarg which would indicate that the table is already quoted (and might contain schema).

Mixed-case names and special chars should still be supported.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL