Karpov-Konstantin
Results
1
comments of
Karpov-Konstantin
Hi, u probably forgot one closing bracket here https://python-gino.org/docs/en/master/how-to/loaders.html ``` now = db.Column('time', db.DateTime()) result = await db.first(db.text( 'SELECT now() AT TIME ZONE \'UTC\'' ).columns( now, ).gino.load( ('now:', now) ).first()...