Skip to content

Commit

Permalink
Dialect default
Browse files Browse the repository at this point in the history
Enum dialect fixed to use the D3 as default
  • Loading branch information
fernandobatels committed Jan 10, 2024
1 parent 2ad8733 commit 434cc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsfbclient-core/src/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ pub trait FirebirdClientDbEvents: FirebirdClientDbOps {
#[repr(u8)]
/// Firebird sql dialect
pub enum Dialect {
#[default]
D1 = 1,
D2 = 2,
#[default]
D3 = 3,
}

Expand Down

0 comments on commit 434cc06

Please sign in to comment.