-
Notifications
You must be signed in to change notification settings - Fork 174
Feature/postgres grammar support UUID #261
base: 0.9
Are you sure you want to change the base?
Feature/postgres grammar support UUID #261
Conversation
@sdispater Could you please merge this if you're okay with it? |
🙏 |
@inventionlabsSydney I don't think @sdispater will have time to look at it. I've sudo taken over this project. I've been merging a lot of PR's lately and looking at issues as the Masonite framework (my main maintainer project) is slowing down and getting ready for a release. My only problem with this (and I will test it when it's done) is that what about mysql and sqlite migrations? If we merge this in what will happen when I merge it on a MySQL database? Orator is supposed to be database agnostic so we can't merge database specific features. It would either need to come as a feature of all 3 or map the UUID to something on mysql databases. |
Hey @josephmancuso Thanks so much for getting back to me. I'm happy to hold off and provide those prior to merging, I can definitely see the rationale as to ensuring all DB's support all functionality. Thanks, |
Hey @inventionlabsSydney! Nice to meet you... I`m looking for same on Orator :) Need any help with MySQL and SQLite support for UUID ? Maybe works like Django, using something like "extension" when build the table for Postgres, importing I'm still starting with Orator, so its possible I`m talking completely out of the scope. |
@rfschubert Hey sorry I was on holidays! Yeah I'd really like someone to do the MySQL and SQLite support! Lets go through it this week if you'd be okay with that? |
Where did this land? Still in development? |
@inventionlabsSydney @rfschubert Did either of you make progress on MySQL and SQLite support ? |
Hey guys, I will work on this very shortly and get the base to work fro MySQL and SQLite. @mandarvaze I'm going to sync with your fork and start making my changes. |
Bump |
Hello there. Any update about it? It's quite important to avoid using uuid as a string and performance issue on databases |
Any update ? @inventionlabsSydney |
@circulon @RyanAquino @digmunhoz Have you guys looked into https://github.com/MasoniteFramework/orm? Its in version 1 at the moment and we could deff work on a solution to there |
UUID support as column type and as primary key type.
Can also search directly as type UUID.