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

issues-490 Remove heap allocation #492

Merged

Conversation

ikrivosheev
Copy link
Member

PR Info

Changes

  • Remove Heap allocation

@tyt2y3 tyt2y3 merged commit c7fea01 into SeaQL:master Oct 23, 2022
@tyt2y3
Copy link
Member

tyt2y3 commented Oct 23, 2022

Sad seems like this is a breaking change

@tyt2y3
Copy link
Member

tyt2y3 commented Oct 23, 2022

Actually, I think it could be a good time to also start unifying SeaQuery's ColumnType with SeaORM's ColumnType

@ikrivosheev ikrivosheev deleted the feature/issues-490_remove_head_allocation branch October 23, 2022 14:38
@billy1624
Copy link
Member

Actually, I think it could be a good time to also start unifying SeaQuery's ColumnType with SeaORM's ColumnType

How? To be exact. Because in SeaQuery we still have customization for various column types. E.g. integer type with length. Which SeaORM' integer column type doesn't.

@tyt2y3
Copy link
Member

tyt2y3 commented Nov 15, 2022

I mean just remove length from integer types. Those are deprecated anyway.

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.

Unnecessary heap allocations
3 participants