This commit is contained in:
@@ -189,7 +189,6 @@ async def load_shouts_by(_, _info, options):
|
|||||||
q = q.limit(limit).offset(offset)
|
q = q.limit(limit).offset(offset)
|
||||||
|
|
||||||
shouts = []
|
shouts = []
|
||||||
logger.debug(q)
|
|
||||||
with local_session() as session:
|
with local_session() as session:
|
||||||
for [
|
for [
|
||||||
shout,
|
shout,
|
||||||
@@ -263,7 +262,7 @@ async def load_shouts_feed(_, info, options):
|
|||||||
.offset(offset)
|
.offset(offset)
|
||||||
)
|
)
|
||||||
|
|
||||||
# print(q.compile(compile_kwargs={"literal_binds": True}))
|
logger.debug(q.compile(compile_kwargs={"literal_binds": True}))
|
||||||
|
|
||||||
for [
|
for [
|
||||||
shout,
|
shout,
|
||||||
|
|||||||
Reference in New Issue
Block a user