ajout jusque Noel
This commit is contained in:
parent
80968064d1
commit
71ce6156ed
2 changed files with 1 additions and 1 deletions
BIN
baseFilms.db
BIN
baseFilms.db
Binary file not shown.
|
@ -274,7 +274,7 @@ class filmSQ():
|
||||||
|
|
||||||
conn.row_factory = sqlite3.Row
|
conn.row_factory = sqlite3.Row
|
||||||
c = conn.cursor()
|
c = conn.cursor()
|
||||||
c.execute('SELECT idN, nom, date FROM films ORDER BY i DESC')
|
c.execute('SELECT idN, nom, date FROM films ORDER BY i ASC')
|
||||||
r = c.fetchall()
|
r = c.fetchall()
|
||||||
for movie in r:
|
for movie in r:
|
||||||
print(movie[0], ' : ', movie[1], ' le ', movie[2])
|
print(movie[0], ' : ', movie[1], ' le ', movie[2])
|
||||||
|
|
Loading…
Reference in a new issue