Skip to content

Conversation

hackintoshrao
Copy link
Owner

No description provided.

- Add custom E6dataTimestampExpression and E6dataDecimalExpression classes
- Update E6data dialect with specific type mappings and transforms
- Implement custom handling for concat and length functions
- Set dialect-specific properties for E6data
- Add support for double-quoted identifiers
Add generate method to Generator class to raise NotImplementedError
  for INSERT operations, reflecting E6data's lack of support for INSERTs
- Update E6data class to inherit from MySQL instead of Dialect
- Modify Tokenizer, Parser, and Generator classes to extend MySQL equivalents
- Merge TYPE_MAPPING and TRANSFORMS with MySQL base implementations
- Update generate method to match MySQL signature and call super
- Remove unused dialect-specific methods and properties
- Retain custom implementations for E6dataTimestampExpression and E6dataDecimalExpression
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