What is a lot of fucking work!
This commit is contained in:
parent
85c07ed4f3
commit
3414b5c334
8 changed files with 586 additions and 216 deletions
4
____test.py
Normal file
4
____test.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from psycopg.sql import SQL, Identifier, Literal
|
||||
|
||||
print(SQL("{} SERIAL NOT NULL").format(Identifier("asset_ref")))
|
||||
print(Identifier("asset_ref").as_string(None))
|
||||
Loading…
Add table
Add a link
Reference in a new issue