Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intro: Use the pair structure for models, field and indexes #3456

Merged
merged 2 commits into from Dec 2, 2022

Conversation

pimeys
Copy link
Contributor

@pimeys pimeys commented Nov 29, 2022

@pimeys pimeys added this to the 4.8.0 milestone Nov 29, 2022
@pimeys pimeys requested a review from a team as a code owner November 29, 2022 17:08
@pimeys pimeys force-pushed the intro/model-pairs branch 6 times, most recently from 6c54b49 to 25331c3 Compare November 30, 2022 16:13
libs/sql-schema-describer/src/lib.rs Outdated Show resolved Hide resolved
@@ -89,6 +91,11 @@ impl SqlSchema {
self.connector_data.data.as_ref().unwrap().downcast_ref().unwrap()
}

/// The id of the next column
pub fn next_column_id(&self) -> ColumnId {
Copy link
Contributor

Choose a reason for hiding this comment

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

Leaving a comment here to come back to this later, I think this is a smell.

Copy link
Contributor

Choose a reason for hiding this comment

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

discussed on zoom, we can change this later

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.

Regression in enum default value handling in 4.7.0
2 participants