Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/postgres_tests/test_hstore.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25233 -- Fixed HStoreField.has_changed() handling ...Tim Graham2015-08-071-0/+6
* Fixed #25215 -- Solved reference to forms.HStoreField in ...Curtis Maloney2015-08-041-2/+11
* Added missing tests for transforms usage with subquery fo...Andriy Sokolovskiy2015-06-061-0/+6
* Name PostgreSQL correctly.Marc Tamlyn2015-05-311-7/+7
* Add HasAnyKeys lookup for HStoreField.Marc Tamlyn2015-05-301-0/+6
* Fixed forms import.Florian Apolloner2015-05-241-1/+2
* Fixed #24844 -- Corrected has_changed implementation for ...Andrea Grandi2015-05-241-0/+6
* Fixed #24751 -- Fixed HStoreField isnull lookup.Tim Graham2015-05-131-0/+11
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-10/+14
* Fixed #24290 -- Skipped postgres_tests if not running wit...Tim Graham2015-02-171-5/+0
* Added HStoreField.Marc Tamlyn2014-11-041-0/+218