Skip to content

Conversation

@qiaoyuang
Copy link
Collaborator

sqllin-dsl

  • Support typealias of supported types(primitive types, String, ByteArray etc) in generated tables
  • Support enumerated types in DSL APIs, includes =, !=, <, <=, >, >= operators
  • Support <, <=, >, >=, IN, BETWEEN...AND operators for String
  • Support =, !=, <, <=, >, >=, IN, BETWEEN...AND operators for ByteArray
  • Add a new condiction function ISNOT for Boolean, and IS starts to support to receive a nullable parameter
  • Refactored CREATE statements building process, move it from runtime to compile-time.
  • New experimental API for COLLATE NOCASE keyword: CollateNoCase
  • New experimental API for single column with UNIQUE keyword: Unique
  • New Experimental API for composite column groups with UNIQUE keyword: CompositeUnique

@qiaoyuang qiaoyuang merged commit f97716d into ctripcorp:main Nov 4, 2025
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant