Add support for MS Varbinary(MAX) (#1714) (#1715)

This commit is contained in:
Tyler Brinks 2025-02-13 03:40:35 -07:00 committed by GitHub
parent 3e94877f03
commit a5bbb5e8ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 116 additions and 9 deletions

View file

@ -40,8 +40,8 @@ use sqlparser_derive::{Visit, VisitMut};
use crate::tokenizer::Span;
pub use self::data_type::{
ArrayElemTypeDef, CharLengthUnits, CharacterLength, DataType, EnumMember, ExactNumberInfo,
StructBracketKind, TimezoneInfo,
ArrayElemTypeDef, BinaryLength, CharLengthUnits, CharacterLength, DataType, EnumMember,
ExactNumberInfo, StructBracketKind, TimezoneInfo,
};
pub use self::dcl::{
AlterRoleOperation, ResetConfig, RoleOption, SecondaryRoles, SetConfigValue, Use,