Skip to content

Conversation

@timbod7
Copy link
Contributor

@timbod7 timbod7 commented May 4, 2025

  • Custom types for adl LocalDate, LocalTime, LocalDateTime (using time crate)
  • Support for columns with generic types

@timbod7 timbod7 requested a review from alexytsu May 4, 2025 23:19
- Custom types for adl LocalDate, LocalTime, LocalDateTime (using time crate)
- Support for columns with generic types
Copy link
Contributor

@alexytsu alexytsu left a comment

Choose a reason for hiding this comment

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

This doesn't work as is for me.

Adding a LocalDate column to the Message struct leads to a build error in the rust code.

The generated sea-query schema (rust/adl/src/db/schema.rs) references adlgen::common::time::LocalDate while the conversions module (rust/adl/src/db/conversions.rs) references from the custom module.

@timbod7
Copy link
Contributor Author

timbod7 commented Jul 25, 2025

This is backported from another project - will fix.

@timbod7 timbod7 merged commit 844112f into master Oct 1, 2025
3 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.

3 participants