mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-17 05:54:23 +02:00
tests
This commit is contained in:
parent
594504817c
commit
774e82d562
2 changed files with 32 additions and 1 deletions
|
|
@ -362,7 +362,6 @@ class Database:
|
|||
""".format(
|
||||
table=name, columns_sql=columns_sql, extra_pk=extra_pk
|
||||
)
|
||||
self.execute(sql)
|
||||
return sql
|
||||
|
||||
def create_table(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue