mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 00:44:19 +01:00
sanitize string for ast::Literal
This commit is contained in:
@@ -77,6 +77,7 @@ impl ToSqlString for ast::OneSelect {
|
||||
|
||||
impl ToSqlString for ast::SelectInner {
|
||||
fn to_sql_string<C: ToSqlContext>(&self, context: &C) -> String {
|
||||
dbg!(&self);
|
||||
let mut ret = Vec::with_capacity(2 + self.columns.len());
|
||||
ret.push("SELECT".to_string());
|
||||
if let Some(distinct) = self.distinctness {
|
||||
|
||||
Reference in New Issue
Block a user