Skip to content

Conversation

@agusaldasoro
Copy link
Collaborator

@agusaldasoro agusaldasoro commented Feb 12, 2026

Database type mapping improvements:

  • Added support for the BIT SQL type, mapping it to Int in the SmtLibGenerator's TYPE_MAP.
  • Added support for the TEXT SQL type, mapping it to String in the SmtLibGenerator's TYPE_MAP.

@agusaldasoro agusaldasoro marked this pull request as ready for review February 12, 2026 13:40
// Maps database column types to SMT-LIB types
private val TYPE_MAP = mapOf(
"BIGINT" to "Int",
"BIT" to "Int",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any test cases to check this translation of BIT and TIMESTAMP to and from Int?

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.

2 participants