Skip to content

Commit f38efdb

Browse files
committed
chore: re-export escape_single_quote_string (#9)
1 parent c3c9de0 commit f38efdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub use self::query::{
4040
OrderByExpr, Query, Select, SelectInto, SelectItem, SetExpr, SetOperator, TableAlias,
4141
TableFactor, TableWithJoins, Top, Values, With,
4242
};
43-
pub use self::value::{DateTimeField, TrimWhereField, Value};
43+
pub use self::value::{escape_single_quote_string, DateTimeField, TrimWhereField, Value};
4444

4545
struct DisplaySeparated<'a, T>
4646
where

0 commit comments

Comments
 (0)