mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
feat: add time() scalar function partial support without modifier #158
This commit is contained in:
parent
ce7f373add
commit
789ae4becf
7 changed files with 408 additions and 19 deletions
|
@ -32,6 +32,8 @@ pub enum LimboError {
|
|||
ParseFloatError(#[from] std::num::ParseFloatError),
|
||||
#[error("Parse error: {0}")]
|
||||
InvalidDate(String),
|
||||
#[error("Parse error: {0}")]
|
||||
InvalidTime(String),
|
||||
}
|
||||
|
||||
#[macro_export]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue