mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-19 08:04:19 +01:00
Merge branch 'main' of https://github.com/tursodatabase/limbo
This commit is contained in:
@@ -1100,7 +1100,6 @@ impl TryFrom<&[u8]> for JoinType {
|
||||
/// `JOIN` constraint
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
|
||||
|
||||
pub enum JoinConstraint {
|
||||
/// `ON`
|
||||
On(Expr),
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
trace!(target: TARGET, "incomplete input");
|
||||
self.ctx.error = Some(ParserError::UnexpectedEof);
|
||||
} else {
|
||||
trace!(target: TARGET, "near \"{:?}\": syntax error", yyminor);
|
||||
trace!(target: TARGET, "near \"{yyminor:?}\": syntax error");
|
||||
self.ctx.error = Some(ParserError::SyntaxError(from_bytes(yyminor.1)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user