mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-05 15:23:48 -04:00
escape backslash
This commit is contained in:
@@ -1478,7 +1478,7 @@ class SelectBase(Executable, FromClause):
|
||||
included_parts.c.sub_part,
|
||||
func.sum(included_parts.c.quantity).
|
||||
label('total_quantity')
|
||||
]).\
|
||||
]).\\
|
||||
group_by(included_parts.c.sub_part)
|
||||
|
||||
result = conn.execute(statement).fetchall()
|
||||
|
||||
Reference in New Issue
Block a user