crate 2.0.0.dev1__tar.gz → 2.0.0.dev2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/PKG-INFO +1 -1
  2. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/client/__init__.py +1 -1
  3. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/client/http.py +9 -5
  4. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate.egg-info/PKG-INFO +1 -1
  5. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/CHANGES.rst +0 -0
  6. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/CONTRIBUTING.rst +0 -0
  7. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/DEVELOP.rst +0 -0
  8. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/LICENSE +0 -0
  9. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/MANIFEST.in +0 -0
  10. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/NOTICE +0 -0
  11. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/README.rst +0 -0
  12. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/_extra/robots.txt +0 -0
  13. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/backlog.rst +0 -0
  14. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/blobs.rst +0 -0
  15. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/by-example/blob.rst +0 -0
  16. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/by-example/client.rst +0 -0
  17. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/by-example/connection.rst +0 -0
  18. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/by-example/cursor.rst +0 -0
  19. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/by-example/http.rst +0 -0
  20. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/by-example/https.rst +0 -0
  21. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/by-example/index.rst +0 -0
  22. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/conf.py +0 -0
  23. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/connect.rst +0 -0
  24. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/data-types.rst +0 -0
  25. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/docutils.conf +0 -0
  26. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/getting-started.rst +0 -0
  27. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/index-all.rst +0 -0
  28. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/index.rst +0 -0
  29. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/other-options.rst +0 -0
  30. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/query.rst +0 -0
  31. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/requirements.txt +0 -0
  32. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/docs/sqlalchemy.rst +0 -0
  33. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/pyproject.toml +0 -0
  34. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/requirements.txt +0 -0
  35. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/setup.cfg +0 -0
  36. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/setup.py +0 -0
  37. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/client/_pep440.py +0 -0
  38. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/client/blob.py +0 -0
  39. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/client/connection.py +0 -0
  40. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/client/converter.py +0 -0
  41. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/client/cursor.py +0 -0
  42. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/client/exceptions.py +0 -0
  43. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/testing/__init__.py +0 -0
  44. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/testing/layer.py +0 -0
  45. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate/testing/util.py +0 -0
  46. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate.egg-info/SOURCES.txt +0 -0
  47. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate.egg-info/dependency_links.txt +0 -0
  48. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate.egg-info/requires.txt +0 -0
  49. {crate-2.0.0.dev1 → crate-2.0.0.dev2}/src/crate.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: crate
3
- Version: 2.0.0.dev1
3
+ Version: 2.0.0.dev2
4
4
  Summary: CrateDB Python Client
5
5
  Home-page: https://github.com/crate/crate-python
6
6
  Author: Crate.io
@@ -29,7 +29,7 @@ __all__ = [
29
29
 
30
30
  # version string read from setup.py using a regex. Take care not to break the
31
31
  # regex!
32
- __version__ = "2.0.0.dev1"
32
+ __version__ = "2.0.0.dev2"
33
33
 
34
34
  # codeql[py/unused-global-variable]
35
35
  apilevel = "2.0"
@@ -113,6 +113,14 @@ def cratedb_json_encoder(obj):
113
113
  return obj
114
114
 
115
115
 
116
+ def json_dumps(obj):
117
+ return orjson.dumps(
118
+ obj,
119
+ default=cratedb_json_encoder,
120
+ option=(orjson.OPT_PASSTHROUGH_DATETIME | orjson.OPT_SERIALIZE_NUMPY),
121
+ )
122
+
123
+
116
124
  class Server:
117
125
  def __init__(self, server, **pool_kw):
118
126
  socket_options = _get_socket_opts(
@@ -340,11 +348,7 @@ def _create_sql_payload(stmt, args, bulk_args):
340
348
  data["args"] = args
341
349
  if bulk_args:
342
350
  data["bulk_args"] = bulk_args
343
- return orjson.dumps(
344
- data,
345
- default=cratedb_json_encoder,
346
- option=(orjson.OPT_PASSTHROUGH_DATETIME | orjson.OPT_SERIALIZE_NUMPY),
347
- )
351
+ return json_dumps(data)
348
352
 
349
353
 
350
354
  def _get_socket_opts(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: crate
3
- Version: 2.0.0.dev1
3
+ Version: 2.0.0.dev2
4
4
  Summary: CrateDB Python Client
5
5
  Home-page: https://github.com/crate/crate-python
6
6
  Author: Crate.io
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes