summaryrefslogtreecommitdiff
path: root/doc/src/sql.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: fixed quote_ident() exampleDaniele Varrazzo2022-07-271-1/+1
| | | | Close #1481
* Added sql module basic usage section and classes hierarchyDaniele Varrazzo2020-01-201-4/+47
|
* sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequenceDaniele Varrazzo2018-10-041-1/+11
| | | | Close #732.
* Added docs about the usability of sql objects with copy_expert()sql-copyDaniele Varrazzo2017-03-161-0/+5
| | | | See issue #529.
* Several improvements to the sql objectsDaniele Varrazzo2017-01-031-0/+20
| | | | Comparable, iterable, content accessible
* Use {} instead of %s placeholders in SQL compositionDaniele Varrazzo2017-01-031-1/+2
|
* More doc love for the sql moduleDaniele Varrazzo2017-01-011-2/+2
|
* Added missing doc fileDaniele Varrazzo2017-01-011-0/+68