Skip to content

Commit f841b28

Browse files
committed
database: stub
1 parent aa12892 commit f841b28

File tree

1 file changed

+1
-1
lines changed
  • database/hartex-database-typedsql/src/query

1 file changed

+1
-1
lines changed

Diff for: database/hartex-database-typedsql/src/query/select.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ pub(crate) fn parse_select_query(
3333
_: Select,
3434
_: HashMap<String, SchemaInfo>,
3535
) -> crate::error::Result<super::QueryInfo> {
36-
todo!()
36+
Err(crate::error::Error::QueryFile("todo"))
3737
}

0 commit comments

Comments
 (0)