mirror of
https://github.com/ada-dmitry/lab6.git
synced 2026-09-24 09:20:15 +00:00
proj0.1
This commit is contained in:
@@ -15,6 +15,7 @@ class CathTable(DbTable):
|
||||
|
||||
|
||||
def find_by_position(self, num):
|
||||
|
||||
sql = "SELECT * FROM " + self.table_name()
|
||||
sql += " ORDER BY "
|
||||
sql += ", ".join(self.primary_key())
|
||||
|
||||
Reference in New Issue
Block a user