Changes between Initial Version and Version 1 of Ticket #21821, comment 13
- Timestamp:
- Jan 20, 2014, 2:57:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21821, comment 13
initial v1 1 1 This one should be now fixed. 2 2 3 Interesting tests seem to pass even without 1c360dbbf56b76e1df7c945458ae2987306fcfcd. I haven't ran full test suite on Oracle, but other databases pass without that, and timezones tests pass on Oracle also without that commit.3 Interestingly tests seem to pass even without 1c360dbbf56b76e1df7c945458ae2987306fcfcd. I haven't ran full test suite on Oracle, but other databases pass without that, and timezones tests pass on Oracle also without that commit. 4 4 5 5 I noticed that the `__search` lookup isn't tested at all. It is only supported on MySQL. It likely doesn't work currently, but that is food for another ticket. 6 7 Edit note: One reason for the high amount of regressions is that I intentionally did not try to move existing make_atom() logic to class based lookups. The make_atom logic was somewhat weird in some places. The end result should be much cleaner now.