Skip to main content

SQL method support for Zope.

Project description

https://travis-ci.org/zopefoundation/Products.ZSQLMethods.svg?branch=master https://coveralls.io/repos/github/zopefoundation/Products.ZSQLMethods/badge.svg?branch=master Current version on PyPI Supported Python versions

Products.ZSQLMethods

This Zope product provides support for SQL Method objects in Zope. They can be used in conjunction with any database adapter to use relational database data from within the Zope environment.

Changelog

3.7 (2020-03-19)

  • Improved error handling and feedback for dtml-sqltest

3.6 (2020-02-28)

  • Fix batch links and warning for maximum numbr of rows (#24)

3.5 (2020-02-26)

  • Fixed up the ZMI Test tab

    • Fixed broken batch link display

    • Make number of rows shown configurable

    • Show total result set size

    • Shown warning if the result set size hits the configured limit

  • Fixed incompatibility with transaction version 3. (#23)

3.4 (2020-02-13)

  • Fixed PUT issue that failed due to a WebDAV lock test in manage_edit

  • manage_DAVget now inserts a vi syntax highlighting hint

3.3 (2020-02-12)

  • Enable editing all properties via WebDAV This is done by copying the full-featured format used by the FSZSQLMethod class from Products.CMFCore.

3.2 (2020-02-11)

  • Fix support for editing ZSQL Methods via WebDAV (#22)

3.1 (2020-02-09)

  • Pull in WebDAV support from Zope and pin Zope to 4.2.1 or higher

3.0.13 (2020-02-04)

  • Pin DocumentTemplate 3.2.2 for less quoting, it is to database-specific

3.0.12 (2020-02-03)

  • Depend on DocumentTemplate 3.2.1+ to no longer escape "

3.0.11 (2020-01-31)

  • Depend on DocumentTemplate 3.1+ to do SQL quoting.

3.0.10 (2020-01-29)

  • remove Zope Help System fossils so the product works with Zope 5

3.0.9 (2019-11-22)

  • fix ImportError under Zope 5 due to moved dependencies (#19)

3.0.8 (2019-08-05)

  • show rendered SQL output even if an exception occurred (#15)

  • fix sqltest behavior with bytes inputs (#14)

3.0.7 (2019-04-26)

  • compatibility fixes for better unicode support in DocumentTemplate

3.0.6 (2019-04-03)

  • fix failing unpickling of older Z SQL Methods instances (#12)

  • improve usability and add Zope 4 compatibility for connection forms

  • improve general usability of the ZSQL Method edit and test forms

  • enable the fancy editor for the ZSQL Method edit form

  • sanitize tox and flake8 configurations, reach flake8 compliance

3.0.5 (2019-03-29)

  • Fix all ZMI forms for ZSQL Methods for Zope 4 (#11)

3.0.4 (2019-02-17)

  • Specify supported Python versions using python_requires in setup.py (Zope#481)

  • Added support for Python 3.7 and 3.8

3.0.3 (2018-06-11)

  • Fix long-standing bug of setting an int as return value for the transaction manager’s sortKey method. It must be a string.

  • PEP-8 compliance

  • clean out all install_requires that are already required by Zope

  • only claim to support Python versions supported by Zope itself

3.0.2 (2018-03-16)

  • Add flake8 code checking

  • Add test coverage computation.

  • Various small Python 3 compatibility changes.

3.0.1 (2017-10-18)

  • Fix syntax error in Shared/DC/ZRDB/dbi_db.py.

  • More PEP8 compliance.

3.0.0 (2017-05-23)

  • added tox configuration

  • Python 3 compatibility

3.0.0b1 (2017-05-03)

  • Target use with Zope 4: no longer support 2.13.x.

  • Make webdav from ZServer optional [dataflake]

2.13.5 (2016-11-10)

  • Strip NUL bytes when quoting SQL string literals.

  • Fixed a bug which might occur on Windows when two cache entries have been stored without time.time() having changed and the cache gets purged afterwards.

2.13.4 (2011-07-03)

  • Copy code from App.Extensions to keep compatibility with Zope 2.14.

2.13.3 (2010-08-31)

  • LP #142501: Only connect upon ZODB load if a new flag connect_on_load has been set to a true value (which is its default for backwards compatibility).

  • LP #142689: Actually use SQL connection titles in the list of connections returned by SQL.SQLConnectionIDs.

2.13.2 (2010-07-09)

  • Actually establish Zope 2.12 compatibility by dealing with all cases of moved classes and functions.

2.13.1 (2010-07-09)

  • Made compatible with Zope 2.12.9.

2.13.0 (2010-07-09)

  • Released as separate package.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Products.ZSQLMethods-3.7.tar.gz (56.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Products.ZSQLMethods-3.7-py2.py3-none-any.whl (92.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file Products.ZSQLMethods-3.7.tar.gz.

File metadata

  • Download URL: Products.ZSQLMethods-3.7.tar.gz
  • Upload date:
  • Size: 56.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5

File hashes

Hashes for Products.ZSQLMethods-3.7.tar.gz
Algorithm Hash digest
SHA256 a930d9967c7dfda740eeadc275ebf1f51afa41ca5389372c7f275e7859db56e3
MD5 35806c2852c060cf91cc0e7cf8568742
BLAKE2b-256 b6c27178c483f39ca1c0352b0a2b9788cf36186c8f852d871e6f60932f93dbea

See more details on using hashes here.

File details

Details for the file Products.ZSQLMethods-3.7-py2.py3-none-any.whl.

File metadata

  • Download URL: Products.ZSQLMethods-3.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 92.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5

File hashes

Hashes for Products.ZSQLMethods-3.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6ea2286f0c1b61e833acde92b661bb34518adbdbcc976c58e803d1c93b5f3a7c
MD5 942424fc40ad578e2c3dc3970a05f72d
BLAKE2b-256 4f5d54f9a8a18f85b202cc3c45a8f1aa81c2be2549d27b216ab1273c81dd6e6a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page