-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix unique accessor bug #19
base: master
Are you sure you want to change the base?
Commits on May 17, 2019
-
Rename user.user_name to user.un but keep the accessor
Note that tests still pass with this change.
Configuration menu - View commit details
-
Copy full SHA for 352c175 - Browse repository at this point
Copy the full SHA 352c175View commit details -
This causes tests to fail (which is what we want, before we fix this bug).
Configuration menu - View commit details
-
Copy full SHA for bff291b - Browse repository at this point
Copy the full SHA bff291bView commit details -
Revert "Rename user.user_name to user.un but keep the accessor"
This reverts commit e4d66f53b21ce19466769cc067cc9eeaaf34a639. Note that the tests pass again.
Configuration menu - View commit details
-
Copy full SHA for 664199c - Browse repository at this point
Copy the full SHA 664199cView commit details -
Rename user.user_name to user.un but keep the accessor (redo)
This undoes the previous revert.
Configuration menu - View commit details
-
Copy full SHA for a3e393d - Browse repository at this point
Copy the full SHA a3e393dView commit details -
Add _accessor_aliases attribute
We need the ability to look up original column names from the accessor names. This allows the information to be cached for a form.
Configuration menu - View commit details
-
Copy full SHA for 85518bb - Browse repository at this point
Copy the full SHA 85518bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03794ab - Browse repository at this point
Copy the full SHA 03794abView commit details -
Look up column name from accessor
This fixes gshank#18 by using the column name instead of the accessor in the search condition.
Configuration menu - View commit details
-
Copy full SHA for 7b223ca - Browse repository at this point
Copy the full SHA 7b223caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb2601 - Browse repository at this point
Copy the full SHA 4cb2601View commit details