This commit is contained in:
ada-dmitry
2024-04-28 12:43:00 +03:00
parent 1ad4ad4f82
commit 57de47d41a
4 changed files with 88 additions and 100 deletions
+1
View File
@@ -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())