This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
sqlboiler
Watch
1
Star
0
Fork
You've already forked sqlboiler
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Fix Column Order Bug
#5
Open
tiger5226 wants to merge 2 commits from
fix_column_order_bug
into
master
pull from: fix_column_order_bug
merge into: LBRYCommunity:master
LBRYCommunity:master
LBRYCommunity:eagerloading_depth
LBRYCommunity:lbrygo-update
LBRYCommunity:guard_null_mod
LBRYCommunity:force_index
LBRYCommunity:merge_changes
LBRYCommunity:lbrygo_update
LBRYCommunity:test_authchanges
LBRYCommunity:patch1
LBRYCommunity:mysql-uint-fix
LBRYCommunity:dev
LBRYCommunity:mssql_tests
LBRYCommunity:fix-exists-and-count
Conversation
6
Commits
2
Files changed
1
+12
-2
2 commits
Author
SHA1
Message
Date
Niko Storni
e2e6d7ace5
address review
2023-05-30 19:28:55 +02:00
Mark Beamer Jr
ac3623bb52
Added objectID position tracking. When the template is generated the ordering of conflicting unique columns is alphabetical. This means we cannot assume the objectID can always be appended. It might need to be inserted at a specific position. This adds support for tracking the position and inserting it at the correct position so the delete query correctly deletes the conflicts.
2023-05-27 05:12:21 +02:00