Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - make the json serializer and deserializer per-dialect, so that we are | Mike Bayer | 2013-12-17 | 1 | -14/+19 | |
| | | | | | compatible with psycopg2's per-connection/cursor approach. add round trip tests for both native and non-native. | |||||
* | - rework JSON expressions to be based off __getitem__ exclusively | Mike Bayer | 2013-12-17 | 1 | -0/+136 | |
- add support for "standalone" JSON objects; this involves getting CAST to upgrade the given type of a bound parameter. should add a core-only test for this. - add tests for "standalone" json round trips both with and without unicode - add mechanism by which we remove psycopg2's "json" handler in order to get the effect of using our non-native result handlers |