Up to [cvs.NetBSD.org] / pkgsrc / databases / py-mysql-connector
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - annotate - [select for diffs], Tue Oct 26 10:09:51 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
databases: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
Revision 1.10 / (download) - annotate - [select for diffs], Thu Oct 7 13:35:38 2021 UTC (2 years, 1 month ago) by nia
Branch: MAIN
Changes since 1.9: +1 -2
lines
Diff to previous 1.9 (colored)
databases: Remove SHA1 distfile hashes
Revision 1.9 / (download) - annotate - [select for diffs], Sat Oct 1 09:43:33 2016 UTC (7 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.8: +5 -5
lines
Diff to previous 1.8 (colored)
v2.2.1 ====== - Add support for Protocol Buffers 3 - Add View support (without DDL) - Implement get_default_schema() method in BaseSchema - DevAPI: Per ReplicaSet SQL execution - DevAPI: XSession accepts a list of routers - DevAPI: Define action on adding empty list of documents - BUG23729357: Fix fetching BIT datatype - BUG23583381: Add who_am_i and am_i_real methods to DatabaseObject - BUG23568257: Add fetch_one method to mysqlx.result - BUG23550743: Add close method to XSession and NodeSession - BUG23550057: Add support for URI as connection data
Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 3 01:56:27 2015 UTC (8 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add SHA512 digests for distfiles for databases category Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 3 12:49:11 2015 UTC (8 years, 2 months ago) by adam
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Changes 2.1.3: * Connector/Python is now compatible with Django 1.8. * When using the C Extension with raise_on_warnings=True, errors were not thrown as exceptions when an executed statement produced an error, and it was not possible to reuse the cursor if the statement produced a result set. * When using the C Extension, character decoding of identifiers (database, table, column names) in result sets could fail. * When using the C Extension with the auth_plugin option, connect() calls failed. * In connections for which consume_results=True, callproc() could hang. * Connections failed if the password began or ended with spaces because they were being stripped before the connection attempt. * Connection failure occurred for accounts authenticated with the sha256_password authentication plugin that had a blank password. * The Connector/Python C Extension could exit when fetching a result set containing many NULL values. * Connector/Python failed to complete the connection handshake with MySQL Server 5.5.8.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 30 08:15:22 2015 UTC (8 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Changes 2.0.4: The Changes.txt file was missing from .msi and .dmg packages. Encoding failure could occur for prepared cursors with UTF-8 statement parameters. Values of the SET data type were not translated correctly if empty. HASH sharding for Fabric failed. Queries that produced a large result could result in an IndexError: bytearray index out of range exception. The Django backend sometimes failed to properly convert SafeText objects, which then appeared in queries.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 23 13:59:41 2014 UTC (9 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Changes 2.0.2: * If the pool_size and pool_name connection arguments were specified using the option file (as opposed to being passed explicitly to the connect call), the pooled connection was successfully created, but an exception was raised when closing it. * The Django backend raised an exception when converting "0000-00-00 00:00:00" to None. * Using a connection_created signal defined in django.db.backends.signals caused a ãà×Îaximum recursion depth reachedãàruntime error. * The type_code in cursor.description did not compare equal to any of the type objects defined in mysql.connector.dbapi. * Data corruption occurred when inserting sufficiently large data in a table with a TEXT type column using prepared statements, due to incorrect encoding of the data length while sending the prepared statement packet. * When the character set was binary, character set conversion could occur. Conversion is no longer done and binary data is returned as is.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 7 10:09:36 2014 UTC (9 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Changes 2.0.1: * Connector/Python is now compatible with Django 1.7. * RANGE_STRING is now supported as a sharding type. * RANGE_DATETIME is now supported as a sharding type. * Bugs Fixed
Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 31 19:26:31 2014 UTC (9 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.2: +4 -4
lines
Diff to previous 1.2 (colored)
Changes 1.2.3: Add support for Django 1.7 Fix floating point inaccuracy with Python v2 Fix cursor trying to decode linestring data as utf-8 Fix Django TimeField 00:00:00 converting to MySQL NULL Fix Django to check connection on each request Fixed negative conversion timedelta values Fix stopping mysqld running unit tests on Windows Fix prepared statements returning lots of columns Fix Connector/Python dependency for utilities 1.5.1 Fix exception not captured when SSL is unavailable
Revision 1.2 / (download) - annotate - [select for diffs], Tue May 20 10:24:43 2014 UTC (9 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
Changes 1.1.7: Fixed testing using relative server folder Fixed Python v3 tests on Windows Fix introspection for Django and Python v3 Error with unicode arguments in prepared statements
Revision 1.1 / (download) - annotate - [select for diffs], Sat Apr 12 12:09:23 2014 UTC (9 years, 7 months ago) by adam
Branch: MAIN
MySQL Connector/Python enables Python programs to access MySQL databases, using an API that is compliant with the Python DB API version 2.0. It is written in pure Python and does not have any dependencies except for the Python Standard Library. MySQL Connector/Python includes support for: * Almost all features provided by MySQL Server up to and including MySQL Server version 5.5. * Converting parameter values back and forth between Python and MySQL data types, for example Python datetime and MySQL DATETIME. You can turn automatic conversion on for convenience, or off for optimal performance. * All MySQL extensions to standard SQL syntax. * Protocol compression, which enables compressing the data stream between the client and server. * Connections using TCP/IP sockets and on Unix using Unix sockets. * Secure TCP/IP connections using SSL. * Self-contained driver. Connector/Python does not require the MySQL client library or any Python modules outside the standard library.