From a9bcb3c98a48039e61d143b2da3901ee1635f12e Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Mon, 13 Dec 2021 07:50:42 +0100 Subject: [PATCH] Updated documentation (release notes) [ci skip] --- doc/source/release.rst | 24 ++++++ docs/_sources/release.rst.txt | 24 ++++++ docs/_static/documentation_options.js | 2 +- docs/api.html | 6 +- docs/connection.html | 6 +- docs/constants.html | 6 +- docs/cursor.html | 6 +- docs/genindex.html | 6 +- docs/index.html | 36 +++++---- docs/install.html | 6 +- docs/license.html | 6 +- docs/module.html | 6 +- docs/pool.html | 8 +- docs/pooling.html | 6 +- docs/py-modindex.html | 6 +- docs/release.html | 103 +++++++++++++++++--------- docs/search.html | 6 +- docs/searchindex.js | 2 +- docs/usage.html | 6 +- 19 files changed, 179 insertions(+), 92 deletions(-) diff --git a/doc/source/release.rst b/doc/source/release.rst index 6b606b7..c9e43db 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -1,6 +1,30 @@ Release history =============== +MariaDB Connector/Python 1.0.9 +------------------------------ + +Release date: Not released + +Issues fixed: +^^^^^^^^^^^^^ + +- CONPY-184: Display status of connection, cursor and pool class in string representation. +- CONPY-178: Repeated execution of cursors callproc() method hangs +- CONPY-175: Fixed crash in escape_string +- Build fixes for Visual Studio 2022 (Windows) + +MariaDB Connector/Python 1.0.8 +------------------------------ + +Release date: Oct 22 2021 + +Issues fixed: +^^^^^^^^^^^^^ + +- CONPY-173: Fixed windows build for Python 3.10 + + MariaDB Connector/Python 1.0.7 ------------------------------ diff --git a/docs/_sources/release.rst.txt b/docs/_sources/release.rst.txt index 6b606b7..c9e43db 100644 --- a/docs/_sources/release.rst.txt +++ b/docs/_sources/release.rst.txt @@ -1,6 +1,30 @@ Release history =============== +MariaDB Connector/Python 1.0.9 +------------------------------ + +Release date: Not released + +Issues fixed: +^^^^^^^^^^^^^ + +- CONPY-184: Display status of connection, cursor and pool class in string representation. +- CONPY-178: Repeated execution of cursors callproc() method hangs +- CONPY-175: Fixed crash in escape_string +- Build fixes for Visual Studio 2022 (Windows) + +MariaDB Connector/Python 1.0.8 +------------------------------ + +Release date: Oct 22 2021 + +Issues fixed: +^^^^^^^^^^^^^ + +- CONPY-173: Fixed windows build for Python 3.10 + + MariaDB Connector/Python 1.0.7 ------------------------------ diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 9db5b2c..dc03229 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.1.0b2-beta', + VERSION: '1.1.0b3-beta', LANGUAGE: 'None', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/api.html b/docs/api.html index cbfb694..580fb6b 100644 --- a/docs/api.html +++ b/docs/api.html @@ -5,7 +5,7 @@ - API Reference — MariaDB Connector/Python 1.1.0b2-beta documentation + API Reference — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -34,7 +34,7 @@

Navigation

  • previous |
  • - + @@ -136,7 +136,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/connection.html b/docs/connection.html index 52ef3c5..0ec8b91 100644 --- a/docs/connection.html +++ b/docs/connection.html @@ -5,7 +5,7 @@ - The connection class — MariaDB Connector/Python 1.1.0b2-beta documentation + The connection class — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -560,7 +560,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/constants.html b/docs/constants.html index 40fc10d..0f51c75 100644 --- a/docs/constants.html +++ b/docs/constants.html @@ -5,7 +5,7 @@ - Constants — MariaDB Connector/Python 1.1.0b2-beta documentation + Constants — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -564,7 +564,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/cursor.html b/docs/cursor.html index d4270c7..65a6cd9 100644 --- a/docs/cursor.html +++ b/docs/cursor.html @@ -5,7 +5,7 @@ - The cursor class — MariaDB Connector/Python 1.1.0b2-beta documentation + The cursor class — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -406,7 +406,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/genindex.html b/docs/genindex.html index ed4be23..b8e3493 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -5,7 +5,7 @@ - Index — MariaDB Connector/Python 1.1.0b2-beta documentation + Index — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -26,7 +26,7 @@

    Navigation

  • modules |
  • - + @@ -595,7 +595,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/index.html b/docs/index.html index 831ec9a..629e90e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ - MariaDB Connector/Python — MariaDB Connector/Python 1.1.0b2-beta documentation + MariaDB Connector/Python — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -30,7 +30,7 @@

    Navigation

  • next |
  • - + @@ -116,40 +116,48 @@

    MariaDB Connector/PythonRelease history diff --git a/docs/module.html b/docs/module.html index 2ca406e..896f7be 100644 --- a/docs/module.html +++ b/docs/module.html @@ -5,7 +5,7 @@ - The mariadb module — MariaDB Connector/Python 1.1.0b2-beta documentation + The mariadb module — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -414,7 +414,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/pool.html b/docs/pool.html index 2f688dc..771ac4a 100644 --- a/docs/pool.html +++ b/docs/pool.html @@ -5,7 +5,7 @@ - The ConnectionPool class — MariaDB Connector/Python 1.1.0b2-beta documentation + The ConnectionPool class — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -61,7 +61,7 @@

    The ConnectionPool classKeyword Arguments
    • pool_name (str) – Name of connection pool

    • -
    • pool_size (int)=5 – Size of pool. If not specified default value of 5 will be used. Maximum allowed number is 64.

    • +
    • pool_size (int)=5 – Size of pool. If not specified default value of 5 will be used. Maximum allowed number is 64.

    • pool_reset_connection (bool)=True – Will reset the connection before returning it to the pool. Default value is True.

    @@ -201,7 +201,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/pooling.html b/docs/pooling.html index 2f13121..f4aba0a 100644 --- a/docs/pooling.html +++ b/docs/pooling.html @@ -5,7 +5,7 @@ - Connection pooling — MariaDB Connector/Python 1.1.0b2-beta documentation + Connection pooling — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -34,7 +34,7 @@

    Navigation

  • previous |
  • - + @@ -170,7 +170,7 @@

    Navigation

  • previous |
  • - + diff --git a/docs/py-modindex.html b/docs/py-modindex.html index ea480b5..f6a77ea 100644 --- a/docs/py-modindex.html +++ b/docs/py-modindex.html @@ -5,7 +5,7 @@ - Python Module Index — MariaDB Connector/Python 1.1.0b2-beta documentation + Python Module Index — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -33,7 +33,7 @@

    Navigation

  • modules |
  • - + @@ -91,7 +91,7 @@

    Navigation

  • modules |
  • - + diff --git a/docs/release.html b/docs/release.html index e8a0d30..7f1fb27 100644 --- a/docs/release.html +++ b/docs/release.html @@ -5,7 +5,7 @@ - Release history — MariaDB Connector/Python 1.1.0b2-beta documentation + Release history — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -30,7 +30,7 @@

    Navigation

  • previous |
  • - + @@ -42,11 +42,34 @@

    Navigation

    Release history

    +
    +

    MariaDB Connector/Python 1.0.9

    +

    Release date: Not released

    +
    +

    Issues fixed:

    +
      +
    • CONPY-184: Display status of connection, cursor and pool class in string representation.

    • +
    • CONPY-178: Repeated execution of cursors callproc() method hangs

    • +
    • CONPY-175: Fixed crash in escape_string

    • +
    • Build fixes for Visual Studio 2022 (Windows)

    • +
    +
    +
    +
    +

    MariaDB Connector/Python 1.0.8

    +

    Release date: Oct 22 2021

    +
    +

    Issues fixed:

    +
      +
    • CONPY-173: Fixed windows build for Python 3.10

    • +
    +
    +

    MariaDB Connector/Python 1.0.7

    Release date: Jun 8 2021

    -
    -

    Issues fixed:

    +
    +

    Issues fixed:

    • CONPY-155: fixed crash in get_server_version method of connection class

    • CONPY-144: fixed crash in connection pool

    • @@ -57,8 +80,8 @@

      Issues fixed:

      MariaDB Connector/Python 1.0.6

      Release date: Feb 24 2021

      -
      -

      Issues fixed:

      +
      +

      Issues fixed:

      • CONC-142: Fixed memory leak in connection class (server_version_info)

      • CONC-138, CONC-141: When using binary protocol, convert data to binary object only if the character set is BINARY (63), not if the flag was set and character set is a non binary character set.

      • @@ -77,8 +100,8 @@

        Notable changes: -

        Issues fixed:

        +
        +

        Issues fixed:

        • CONPY-126: Fixed memory leak in connection object

        • CONPY-130: Fixed DeprecationWarning: builtin type Row has no module attribute

        • @@ -90,12 +113,12 @@

          Issues fixed:

          MariaDB Connector/Python 1.0.4

          Release date: Oct 20th 2020

          -
          -

          Notable changes:

          +
          +

          Notable changes:

          Binary wheel packages are now availble for Windows on http://pypi.org

          -
          -

          Issues fixed:

          +
          +

          Issues fixed:

          • CONPY-123: Free pending result sets when closing cursor

          • CONPY-124: Fix build when building against Connector/C < 3.1.8

          • @@ -106,14 +129,14 @@

            Issues fixed:

            MariaDB Connector/Python 1.0.3

            Release date: Oct 7th 2020

            -
            -

            Notable changes:

            +
            +

            Notable changes:

            • CONPY-117: Added support for data type conversion.

            -
            -

            Issues fixed:

            +
            +

            Issues fixed:

            • CONPY-116: Wrong type reporting for column type MYSQL_TYPE_JSON

            • CONPY-118: Removed statement allocation for text protocol

            • @@ -124,8 +147,8 @@

              Issues fixed:

              MariaDB Connector/Python 1.0.2

              Release date: Sept 18th 2020

              -
              -

              Issues fixed:

              +
              +

              Issues fixed:

              diff --git a/docs/searchindex.js b/docs/searchindex.js index 621dd05..cace003 100644 --- a/docs/searchindex.js +++ b/docs/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["api","connection","constants","cursor","index","install","license","module","pool","pooling","release","usage"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["api.rst","connection.rst","constants.rst","cursor.rst","index.rst","install.rst","license.rst","module.rst","pool.rst","pooling.rst","release.rst","usage.rst"],objects:{"":{mariadb:[7,1,0,"-"]},"mariadb.ConnectionPool":{add_connection:[8,4,1,""],close:[8,4,1,""],connection_count:[8,5,1,""],get_connection:[8,4,1,""],max_size:[8,5,1,""],pool_name:[8,5,1,""],pool_reset_connection:[8,5,1,""],pool_size:[8,5,1,""],set_config:[8,4,1,""]},"mariadb.connections":{Connection:[1,3,1,""]},"mariadb.connections.Connection":{auto_reconnect:[1,5,1,""],autocommit:[1,5,1,""],begin:[1,4,1,""],change_user:[1,4,1,""],character_set:[1,5,1,""],client_capabilities:[1,5,1,""],close:[1,4,1,""],collation:[1,5,1,""],commit:[1,4,1,""],connection_id:[1,5,1,""],cursor:[1,4,1,"id0"],database:[1,5,1,""],escape_string:[1,4,1,""],get_server_version:[1,4,1,""],kill:[1,4,1,""],open:[1,5,1,""],ping:[1,4,1,""],reconnect:[1,4,1,""],reset:[1,4,1,""],rollback:[1,4,1,""],select_db:[1,4,1,""],server_capabilities:[1,5,1,""],server_info:[1,5,1,""],server_name:[1,5,1,""],server_port:[1,5,1,""],server_status:[1,5,1,""],server_version:[1,5,1,""],server_version_info:[1,5,1,""],show_warnings:[1,4,1,""],tls_cipher:[1,5,1,""],tls_version:[1,5,1,""],tpc_begin:[1,4,1,""],tpc_commit:[1,4,1,""],tpc_prepare:[1,4,1,""],tpc_recover:[1,4,1,""],tpc_rollback:[1,4,1,""],unix_socket:[1,5,1,""],user:[1,5,1,""],warnings:[1,5,1,""],xid:[1,4,1,""]},"mariadb.cursors":{Cursor:[3,3,1,""]},"mariadb.cursors.Cursor":{arraysize:[3,5,1,""],buffered:[3,5,1,""],callproc:[3,4,1,""],closed:[3,5,1,""],connection:[3,5,1,""],description:[3,5,1,""],execute:[3,4,1,""],executemany:[3,4,1,""],fetchall:[3,4,1,""],fetchmany:[3,4,1,""],fetchone:[3,4,1,""],lastrowid:[3,5,1,""],next:[3,4,1,""],nextset:[3,4,1,""],paramcount:[3,5,1,""],rowcount:[3,5,1,""],scroll:[3,4,1,""],setinputsizes:[3,4,1,""],setoutputsize:[3,4,1,""],sp_outparams:[3,5,1,""],statement:[3,5,1,""],warnings:[3,5,1,""]},CURSOR:{NONE:[2,0,1,""],READ_ONLY:[2,0,1,""]},FIELD_FLAG:{AUTO_INCREMENT:[2,0,1,""],BINARY:[2,0,1,""],BLOB:[2,0,1,""],ENUM:[2,0,1,""],MULTIPLE_KEY:[2,0,1,""],NOT_NULL:[2,0,1,""],NO_DEFAULT:[2,0,1,""],NUMERIC:[2,0,1,""],ON_UPDATE_NOW:[2,0,1,""],PART_OF_KEY:[2,0,1,""],PRIMARY_KEY:[2,0,1,""],SET:[2,0,1,""],TIMESTAMP:[2,0,1,""],UNIQUE_KEY:[2,0,1,""],UNSIGNED:[2,0,1,""],ZEROFILL:[2,0,1,""]},FIELD_TYPE:{BIT:[2,0,1,""],BLOB:[2,0,1,""],DATE:[2,0,1,""],DATETIME:[2,0,1,""],DOUBLE:[2,0,1,""],ENUM:[2,0,1,""],FLOAT:[2,0,1,""],GEOMETRY:[2,0,1,""],INT24:[2,0,1,""],JSON:[2,0,1,""],LONG:[2,0,1,""],LONGLONG:[2,0,1,""],LONG_BLOB:[2,0,1,""],MEDIUM_BLOB:[2,0,1,""],NEWDECIMAL:[2,0,1,""],NULL:[2,0,1,""],SET:[2,0,1,""],SHORT:[2,0,1,""],STRING:[2,0,1,""],TIME:[2,0,1,""],TIMESTAMP:[2,0,1,""],TINY:[2,0,1,""],TINY_BLOB:[2,0,1,""],VARCHAR:[2,0,1,""],VAR_STRING:[2,0,1,""],YEAR:[2,0,1,""]},INDICATOR:{DEFAULT:[2,0,1,""],IGNORE:[2,0,1,""],IGNORE_ROW:[2,0,1,""],NULL:[2,0,1,""]},STATUS:{ANSI_QUOTES:[2,0,1,""],AUTOCOMMIT:[2,0,1,""],CURSOR_EXISTS:[2,0,1,""],DB_DROPPED:[2,0,1,""],IN_TRANS:[2,0,1,""],LAST_ROW_SENT:[2,0,1,""],MORE_RESULTS_EXIST:[2,0,1,""],NO_BACKSLASH_ESCAPES:[2,0,1,""],PS_OUT_PARAMS:[2,0,1,""],QUERY_NO_GOOD_INDEX_USED:[2,0,1,""],QUERY_NO_INDEX_USED:[2,0,1,""],QUERY_WAS_SLOW:[2,0,1,""],SESSION_STATE_CHANGED:[2,0,1,""]},mariadb:{BINARY:[7,0,1,""],Binary:[7,2,1,""],ConnectionPool:[8,3,1,""],DATETIME:[7,0,1,""],DataError:[7,6,1,""],DatabaseError:[7,6,1,""],Date:[7,2,1,""],DateFromTicks:[7,2,1,""],IntegrityError:[7,6,1,""],InterfaceError:[7,6,1,""],InternalError:[7,6,1,""],NUMBER:[7,0,1,""],NotSupportedError:[7,6,1,""],OperationalError:[7,6,1,""],PoolError:[7,6,1,""],ProgrammingError:[7,6,1,""],ROWID:[7,0,1,""],STRING:[7,0,1,""],Time:[7,2,1,""],TimeFromTicks:[7,2,1,""],Timestamp:[7,2,1,""],TimestampFromTicks:[7,2,1,""],Warning:[7,6,1,""],apilevel:[7,5,1,""],client_version:[7,5,1,""],client_version_info:[7,5,1,""],connect:[7,2,1,""],mariadbapi_version:[7,5,1,""],paramstyle:[7,5,1,""],threadsafety:[7,5,1,""]}},objnames:{"0":["py","data","Python data"],"1":["py","module","Python module"],"2":["py","function","Python function"],"3":["py","class","Python class"],"4":["py","method","Python method"],"5":["py","attribute","Python attribute"],"6":["py","exception","Python exception"]},objtypes:{"0":"py:data","1":"py:module","2":"py:function","3":"py:class","4":"py:method","5":"py:attribute","6":"py:exception"},terms:{"0":[0,1,2,3,4,5,6,7,8,9,11],"1":[1,2,3,4,5,6,7,8,11],"10":[2,3,5,11],"100":[1,10,11],"1000":7,"10000":[1,7],"101":10,"102":10,"105":10,"106":10,"107":10,"108":10,"110":10,"116":10,"117":10,"118":10,"119":10,"123":10,"124":10,"125":10,"126":10,"127":10,"128":10,"130":10,"131":10,"132":10,"133":10,"138":10,"141":10,"142":10,"144":10,"150":10,"155":10,"16":2,"18th":10,"2":[0,1,2,3,4,5,6,7,8,9,11],"20":3,"2020":10,"2021":10,"20th":10,"215":2,"24":10,"249":[0,1,2,3,4,5,6,7,8,9,10,11],"24th":10,"255":2,"25th":10,"2nd":2,"3":[2,3,4,5,6,7,11],"3306":[5,7],"4":[2,4,5],"40":3,"4gb":2,"5":[1,4,5,7,8,9],"535":2,"6":[4,5],"63":10,"64":[1,8],"65":2,"69":10,"7":[3,4,5],"70":10,"72":10,"76":10,"777":2,"78":10,"79":10,"7th":10,"8":[2,3,10],"80":10,"81":10,"82":10,"83":10,"85":10,"8th":[2,3],"93":10,"94":10,"95":10,"98":10,"99":[10,11],"\u1e3fethod":8,"byte":[2,11],"case":[1,7,8,10],"char":[2,3,7],"class":[0,2,4,7,9,10,11],"default":[1,2,3,5,7,8,9,10,11],"do":[1,3,6],"enum":2,"float":[2,11],"function":[1,7],"import":[2,7,9,11],"int":[1,2,3,7,8,11],"long":[2,7,11],"new":[1,2,3,7,8,9,10],"null":[2,3,10,11],"public":6,"return":[1,2,3,7,8,9,10,11],"short":2,"switch":[1,10],"true":[1,3,7,8,9],"try":[1,3],"var":3,"while":7,A:[1,3,7,8,9],As:[2,11],At:11,Be:1,By:[1,3,11],For:[1,2,3,5,7,8],IF:11,IN:3,INTO:[3,11],IS:11,IT:11,If:[1,2,3,5,7,8,9,11],In:[1,3,8,9,11],It:[1,3,4],No:6,On:5,The:[0,2,4,5,6,9,10,11],These:[2,5],To:[3,8],Will:[2,3,8],__del__:1,abl:11,about:7,abov:11,absolut:[3,7],accept:[3,9,11],access:[1,4],accord:3,across:9,activ:[1,2],ad:10,adapt:6,add:8,add_connect:[8,10],addit:[2,6,7,9],address:[1,7],affect:[1,7],after:[1,3,5,7,8,11],afterward:8,against:[3,10],algorithm:3,alias:10,aliv:1,all:[1,3,7,8,11],alloc:10,allow:[8,10],alphanumer:1,alreadi:7,also:[1,3,5,7,10,11],alwai:[1,7],an:[1,2,3,4,5,7,9,10,11],ani:[1,3,6],anoth:1,ansi_quot:2,anymor:[1,2,7],anyth:6,api:[1,2,3,4,5,6,7,8,9,10,11],apilevel:7,appl:11,appli:[1,6],applic:[1,9],appropri:6,ar:[1,2,3,5,6,7,9,10,11],arg:[1,3,8],argument:[1,7,8],arrai:10,arrays:3,ask:1,attempt:1,attribut:[0,2,4,6,10],atttribut:10,august:10,authent:[1,5,7,10],author:[1,7],auto:1,auto_incr:[2,3],auto_reconnect:1,autocommit:[1,2,7,10,11],automat:1,avail:[1,3,5,8,9],availbl:10,avoid:1,awar:1,back:[1,2],backslash:2,base:7,basic:4,becom:[1,2],been:[1,2],befor:[1,3,8,9,10,11],begin:[1,3],behav:3,behavior:10,being:3,below:11,berlin:11,besid:[7,10,11],between:[3,7,10,11],bigint:[2,11],binari:[1,2,3,4,7,10,11],bind:10,bit:2,blob:[2,3,7,11],block:3,bool:[7,8,11],both:[8,10],bottleneck:5,bound:3,branch:1,branch_qualifi:1,buffer:[1,3],bug:10,build:[4,6,10],builtin:10,bulk:[10,11],bytearrai:11,c:[0,1,2,3,4,5,6,7,8,9,10,11],ca:7,cach:9,cake:11,call:[1,3,7,8,10],callproc:[2,3,10],can:[1,2,3,5,7,9,11],cancel:1,cannot:[1,8],capabl:[1,2,7,10],capit:11,cast:10,caus:1,certain:11,certif:7,chang:[1,2,4,6,8],change_us:1,chapter:7,charact:[1,2,10],character_set:1,check:[1,2,7,8,10],cherri:11,choos:1,cipher:[1,7],clear:1,client:[0,1,3,4,7,8],client_cap:1,client_flag:7,client_vers:7,client_version_info:7,close:[1,3,7,8,9,10,11],code:[10,11],collat:1,colleagu:3,column:[2,3,7,10,11],combin:3,comma:11,command:[0,1,4,7,11],comment:10,commerci:6,commit:[1,11],common:6,commun:[4,7,11],compat:[1,3,7,10,11],compil:5,compliant:[4,7],compress:7,conc:10,configur:[4,5,7,8],conform:10,conn:[3,9],conn_param:[9,11],connect:[0,2,3,4,5,7,8,10],connect_timeout:7,connection_count:8,connection_id:1,connectionpool:[0,4,7,9,10],connector:[0,1,2,3,5,7,8,9,11],conpi:10,constant:[0,4,7,11],construct:7,constructor:[0,4],consum:9,contain:[2,3,5,7,10,11],content:11,control:7,convers:[7,10],convert:[7,10,11],copi:6,correct:10,correctli:10,could:11,couldn:7,count:10,countri:11,country_cod:11,cover:6,crash:10,creat:[1,2,3,4,7,8,11],creation:8,creativ:6,credenti:1,credit:6,current:[1,2,3,7,9],cursor:[0,1,4,7,10,11],cursor_exist:2,cursor_typ:1,cursorclass:[1,7],dai:[7,10],data:[2,3,7,10],databas:[1,2,3,4,7,8,9,10,11],databaseerror:7,dataerror:7,date:[2,5,7,10,11],datefromtick:7,datetim:[2,7,10,11],db:[0,1,2,3,4,5,6,7,8,9,10,11],db_conf:7,db_drop:2,dbapi:2,dealloc:10,decim:[2,11],declar:2,default_fil:7,default_group:7,defin:[2,7,8],definit:10,delet:[3,11],depend:10,deprecationwarn:10,describ:[3,7,10],descript:[2,3,7],desir:1,determin:[1,3,10],dev:5,develop:5,di:1,dict:7,dictionari:[1,7,10],didn:[2,3],diego:3,differ:[3,11],directori:[5,7],disabl:[1,7],discard:3,discov:5,display_s:3,divis:7,dml:3,document:[4,7],doe:[1,3],doesn:[7,8,10],don:[3,11],done:11,doubl:[2,11],download:5,driver:11,drop:[2,11],dsn:10,dublin:11,due:[1,3,7],dupin:3,dure:1,dynam:5,e:[1,3,5,7,11],each:3,effect:[3,11],either:5,element:[2,3],els:[2,3],empti:[1,3,7],enabl:[1,4,7],encapsul:1,encod:1,encount:7,end:[2,3,11],endors:6,engin:1,entir:[1,2,3],entri:[3,11],environ:[5,9],epoch:7,error:[1,7,10],escap:[1,11],escape_str:1,especi:[9,11],establish:[7,9,10,11],etc:7,european:11,even:6,everyth:[5,11],exact:3,exactli:3,exampl:[2,3,9,11],example_us:[9,11],except:[0,1,3,4,8,9,10,11],execut:[1,2,3,7,10,11],executemani:[2,3,10,11],exist:[1,7,11],expect:[1,3],expens:9,extend:10,extens:3,fail:[1,7,10],fals:[1,3,7],featur:[1,3,10],feb:10,fetch:[1,3],fetchal:[3,10],fetchmani:3,fetchon:[3,11],few:11,fewer:3,field:[1,2,3],field_flag:[0,3,4],field_typ:[0,3,4,7],file:[5,7],fill:8,first:[1,2,11],fix:[2,4,11],flag:[1,2,10],fly:9,follow:[1,3,5,6,7,9,10,11],foo:[2,3],foreign:7,form:[1,11],format:[1,3,6,7,10],format_id:1,forward:[1,2],found:[1,3,7],fr:11,fra:11,franc:11,free:[6,8,10,11],from:[1,2,3,5,6,7,8,9,11],full:10,further:1,furthermor:1,futur:9,g:[1,3,5,7,11],gener:[3,6],geometri:2,ger:11,germani:11,get:[1,9],get_connect:[8,9],get_server_vers:[1,10],ghbe_su3b8:[9,11],gil:10,give:6,given:[1,3,7],global:1,global_transaction_id:1,gnu:6,gnutl:5,good:2,group:7,ha:[2,3,7,8,10],had:3,handl:[1,7,8,10],happen:11,hasn:2,have:[1,2,3,5,7,8,9,10,11],header:5,heap:10,hello:3,histori:4,hold:[7,8],holder:11,host:[7,11],hour:7,howev:3,http:10,i1:3,i:1,iceland:11,id:[1,3,7,11],identifi:[1,11],ie:11,ignor:[1,2,3,11],ignore_row:[2,11],immedi:[3,9],implement:11,implicit:1,in_tran:2,inconsist:1,increment:10,index:[2,4],indic:[0,3,6],infil:7,info:[0,4],inform:[3,7],init_command:7,initi:[9,10],input:3,insert:[3,7,10,11],insid:[7,9],instal:4,instanc:[9,10],instead:[7,10,11],int24:2,integ:[2,7,10],integr:7,integrityerror:7,intend:[1,5],interfac:7,interfaceerror:[1,7],intern:[2,7,10],internal_s:3,internalerror:7,interpret:11,invalid:[1,10,11],invok:[1,3],ip:[1,7],ireland:11,irl:11,isl:11,issu:4,ita:11,itali:11,item:3,itself:7,json:2,jun:10,june:10,kathmandu:11,kei:[2,7],keyword:[1,7,8,10],kill:1,kuala:11,kwarg:[1,3,7,8],last:[1,2,3,11],last_insert_id:3,last_row_s:2,lastrowid:[3,10],later:5,latter:1,lawrin:3,leak:10,legal:[1,6],length:[1,2],lesser:6,let:11,letter:11,level:7,librari:[4,5,7],licens:4,licensor:6,like:[3,7,11],limit:[1,5,7,8],link:6,list:[1,3,7,10,11],littl:11,load:[7,11],local:[1,7],local_infil:7,localhost:[5,7,11],locat:7,long_blob:2,longblob:[2,11],longer:3,longlong:2,loop:11,lost:1,lumpur:11,m:5,made:[1,6],mai:[1,3,6,11],maintain:9,major_vers:[1,7,10],make:[3,5],malaysia:11,manag:1,mani:3,manner:6,map:3,mariadb:[0,1,2,3,5,8,9,11],mariadb_config:5,mariadbapi_vers:7,mark:[3,11],marker:7,materi:6,max:2,max_siz:8,maximum:[1,8],maxscal:10,mean:[1,2,3,7],measur:6,medium:6,medium_blob:2,mediumblob:[2,11],mediumint:2,memori:10,messag:1,method:[0,2,4,7,9,10,11],michael:3,middl:9,might:[1,5],minimum:5,minor_vers:[1,7,10],minut:7,mislead:11,miss:10,mistak:11,mix:[3,7,11],mode:[1,2,3],modifi:3,modul:[0,2,4,9,10,11],month:[7,10],more:[1,2,3,7,11],more_results_exist:2,most:3,much:11,multipl:[9,11],multiple_kei:2,must:[1,3,5,6,7,11],mutex:10,my:11,my_storedprocedur:2,myfirstpool:9,mynam:7,mysql:[1,3,4,5],mysql_type_bit:10,mysql_type_json:10,mytest:11,myuser:7,name:[1,3,7,8,9,11],named_tupl:1,necessarili:7,need:[2,3,10,11],neg:10,nepal:11,new_db:1,newdecim:2,newer:[2,3],next:3,nextset:[2,3],no_backslash_escap:2,no_default:2,non:[1,10,11],none:[1,2,3,7,8,10,11],not_nul:2,notabl:4,note:[1,8],noth:[1,3],notsupportederror:7,nov:10,novitski:3,now:[1,10,11],np:11,npl:11,null_ok:3,number:[1,3,7,8,10],numer:[1,2,7],o2:3,object:[0,1,2,3,4,8,10,11],obsolet:10,obtain:[1,9],oct:10,off:[1,10,11],offset:3,often:11,on_update_now:2,onc:[5,11],one:[1,3,7,8,11],onli:[1,2,3,10,11],open:[1,2,8],openssl:5,oper:[1,2,3,5,7,9,10,11],operationalerror:7,optim:2,option:[1,3,7,10],order:[1,11],ordinari:2,org:[5,10],other:[1,6,11],our:11,out:[3,7],output:[2,3,9,11],outsid:1,overrun:10,p1:3,packag:[5,10],packet:10,page:[4,5],param:1,paramcount:3,paramet:[1,2,3,4,5,7,9,10],paramstyl:[3,7],pari:11,parser:10,part:[2,5],part_of_kei:2,particip:1,pass:[1,4,10],passwd:[7,10],password:[1,7,9,11],patch_vers:[1,7,10],path:[5,7],pem:7,pend:[1,2,10],pep:[0,1,2,3,4,5,6,7,8,9,10,11],per:3,perform:[1,9],permiss:1,permit:[6,7],phase:1,ping:1,pip3:5,pip:5,place:[5,7,11],placehold:[3,11],platform:5,pleas:[1,7],plugin:[5,7],plugin_dir:7,point:1,pool1:7,pool:[4,7,8,10],pool_nam:[7,8,9],pool_reset:7,pool_reset_connect:8,pool_reset_sess:9,pool_siz:[7,8,9,10],poolerror:[7,8],popul:11,port:[1,7],posit:3,posix:5,possibl:[1,2,3,7],precis:[2,3],prepar:[1,3],prerequisit:4,previou:[3,11],previous:[1,2],price:11,primari:2,primary_kei:2,print:[2,3,9,11],prior:[1,3],privat:7,problem:7,procedur:[2,3],process:[1,7],processid:1,processlist:1,produc:3,product:5,program:[4,7],programm:7,programmingerror:[1,7],protocol:[1,7,10,11],provid:[1,3,5,6,7,8,9],ps_out_param:2,purpos:[1,6],py:[5,10],pyformat:[3,7],pypi:[5,10],python:[0,1,2,3,5,7,8,9,11],qmark:[3,7],qualifi:1,queri:3,query_no_good_index_us:2,query_no_index_us:2,query_was_slow:2,question:[3,11],quotat:11,rais:[1,3,7,8,9,10,11],rang:7,rather:[1,7],raw:7,read:[1,2,3,7,11],read_onli:[1,2],read_timeout:7,readi:11,reason:[1,3,6,7,11],reconnect:[1,7],record:11,recoveri:1,redistribut:6,refer:[3,4,10],rel:[3,7],relat:[7,10],releas:4,remain:[1,3],remix:6,remov:10,replac:[3,10],report:10,repres:[1,2,3],request:9,requir:[3,5,7,9,11],reset:[1,7,8,9],resourc:[1,9,11],restrict:[3,6,11],result:[1,2,3,10],retain:3,retriev:[1,2,3,11],reus:[3,9],revok:7,reykjavik:11,roll:1,rollback:1,rome:11,root:5,routin:10,row:[2,3,7,10,11],rowcount:[3,10],rowid:7,run:5,s:[3,7,9,10,11],safeti:[7,8],same:[1,3,9,10,11],scale:3,schema:7,scroll:[2,3],search:4,second:[7,11],secret:7,secur:[1,7],see:7,select:[3,11],select_db:1,semant:3,send:1,sep:11,separ:5,sept:10,sequenc:3,server:[1,2,3,4,5,7,8,9,10,11],server_cap:1,server_info:1,server_nam:1,server_port:1,server_statu:[1,2],server_vers:1,server_version_info:[1,10],session:[1,2],session_state_chang:2,set:[1,2,3,7,8,9,10,11],set_config:[8,10],setinputs:3,setoutputs:3,setup:[5,10],sever:[5,11],share:[6,7],should:[1,3,7],show:1,show_warn:[1,3],shown:11,side:[2,8,9],similar:11,simpl:[8,11],sinc:[1,3,5,7,9,10,11],singl:[1,2,3],situat:11,size:[3,7,8,9],skip:3,slot:8,slow:2,smallint:[2,11],so:[6,11],socket:[1,7],some:11,sourc:5,sp:3,sp_out_param:2,sp_outparam:3,special:[2,3,11],specif:[7,9],specifi:[1,3,7,8,9],sql:[1,2,3,4,7],sqlstate:10,ssl:[7,10],ssl_ca:7,ssl_capath:7,ssl_cert:7,ssl_cipher:7,ssl_crlpath:7,ssl_kei:7,ssl_verify_cert:7,stamp:[2,7],standard:[2,3,7,9,11],start:1,state:[1,3,7],statement:[1,2,3,4,7,10],statu:[0,1,4],still:1,storag:1,store:[1,2,3],str:[1,3,8],string:[1,2,3,7,10,11],style:11,subclass:[1,7,10],substitut:3,success:5,successfulli:1,suffici:1,suggest:6,suit:[1,4,7],suitabl:1,support:[1,3,5,7,8,10],sure:5,syntax:[7,10],system:5,t:[1,2,3,7,8,10,11],tabl:[1,3,7,11],taken:3,target:3,tcp:1,technolog:6,term:6,test:[3,4,7,9,11],test_databas:5,test_host:5,test_password:5,test_port:5,test_us:5,testp:5,text:[3,10,11],than:[1,7],thei:[2,5,7],them:3,thi:[1,2,3,7,8,10,11],thread:[7,8],thread_id:1,threadsafeti:7,through:7,tick:7,tier:9,time:[2,3,7,8,9,10,11],timedelta:10,timefromtick:7,timeout:[1,7],timestamp:[2,7,11],timestampfromtick:7,tini:2,tiny_blob:2,tinyblob:[2,11],tinyint:[2,11],tl:[1,5,7],tls_cipher:1,tls_version:1,toggl:1,tpc:1,tpc_:1,tpc_begin:1,tpc_commit:1,tpc_prepar:1,tpc_recov:1,tpc_rollback:1,tpc_state:[0,4],transact:[1,2,11],transfer:3,transform:6,travi:10,tri:1,truncat:7,trust:7,tupl:[1,3,7,10,11],two:[1,2],tyoe:2,type:[0,1,2,3,4,10],type_cod:3,type_travers:10,typic:[9,11],ulong_long_max:10,unbuff:[1,3],under:[6,7],uniqu:[1,2],unique_kei:2,unittest:5,unix:[1,7],unix_socket:[1,7],unless:1,unlik:11,unlock:10,unsign:2,until:1,unus:1,up:5,updat:[2,3,11],upon:6,us:[1,2,3,4,5,6,7,8,10],usag:[3,4],user:[1,7,9,11],usernam:[1,7,10],usual:5,utf8mb4:[1,10],util:5,v2:6,v:5,valid:[1,7,8,10],valu:[1,2,3,7,8,10,11],var_str:2,varchar:[2,3,11],variabl:[2,3,5],variou:[2,10],varstr:11,verif:7,version:[1,2,3,5,7,8,10],version_major:1,version_minor:1,version_patch:1,via:3,wa:[1,2,3,7,8,10],wai:[6,9],warn:[1,3,7],wasn:3,we:[10,11],web:9,were:[1,3,6],weren:10,wheel:[5,10],when:[1,2,3,7,8,9,10,11],whenev:1,where:[3,7,9,11],whether:3,which:[1,2,3,4,5,7,9,10,11],wideniu:3,window:[5,10],within:[1,3],without:[1,10],work:[1,11],write:[1,3,7],write_timeout:7,written:4,wrong:10,x509:7,x609:7,xid:1,year:[2,7,10],yet:[3,10],you:[1,3,5,6,7],your:6,zero:[1,3,7],zerofil:2},titles:["API Reference","The connection class","Constants","The cursor class","MariaDB Connector/Python","Installation","License","The mariadb module","The ConnectionPool class","Connection pooling","Release history","Basic usage"],titleterms:{"0":10,"1":10,"2":10,"3":10,"4":10,"5":10,"6":10,"7":10,"class":[1,3,8],The:[1,3,7,8],api:0,attribut:[1,3,7,8],basic:11,binari:5,build:5,chang:10,client:2,command:2,configur:9,connect:[1,9,11],connectionpool:8,connector:[4,6,10],constant:2,constructor:[1,7],content:[0,4],creat:9,cursor:[2,3],data:11,document:6,except:7,field_flag:2,field_typ:2,fix:10,histori:10,indic:[2,4,11],info:2,instal:5,issu:10,licens:6,mariadb:[4,6,7,10],method:[1,3,8],modul:7,notabl:10,object:7,paramet:11,pass:11,pool:9,prerequisit:5,python:[4,6,10],refer:0,releas:10,sql:11,statement:11,statu:2,suit:5,support:11,tabl:4,test:5,tpc_state:2,type:[7,11],us:[9,11],usag:11}}) \ No newline at end of file +Search.setIndex({docnames:["api","connection","constants","cursor","index","install","license","module","pool","pooling","release","usage"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,"sphinx.ext.intersphinx":1,sphinx:56},filenames:["api.rst","connection.rst","constants.rst","cursor.rst","index.rst","install.rst","license.rst","module.rst","pool.rst","pooling.rst","release.rst","usage.rst"],objects:{"":{mariadb:[7,1,0,"-"]},"mariadb.ConnectionPool":{add_connection:[8,4,1,""],close:[8,4,1,""],connection_count:[8,5,1,""],get_connection:[8,4,1,""],max_size:[8,5,1,""],pool_name:[8,5,1,""],pool_reset_connection:[8,5,1,""],pool_size:[8,5,1,""],set_config:[8,4,1,""]},"mariadb.connections":{Connection:[1,3,1,""]},"mariadb.connections.Connection":{auto_reconnect:[1,5,1,""],autocommit:[1,5,1,""],begin:[1,4,1,""],change_user:[1,4,1,""],character_set:[1,5,1,""],client_capabilities:[1,5,1,""],close:[1,4,1,""],collation:[1,5,1,""],commit:[1,4,1,""],connection_id:[1,5,1,""],cursor:[1,4,1,"id0"],database:[1,5,1,""],escape_string:[1,4,1,""],get_server_version:[1,4,1,""],kill:[1,4,1,""],open:[1,5,1,""],ping:[1,4,1,""],reconnect:[1,4,1,""],reset:[1,4,1,""],rollback:[1,4,1,""],select_db:[1,4,1,""],server_capabilities:[1,5,1,""],server_info:[1,5,1,""],server_name:[1,5,1,""],server_port:[1,5,1,""],server_status:[1,5,1,""],server_version:[1,5,1,""],server_version_info:[1,5,1,""],show_warnings:[1,4,1,""],tls_cipher:[1,5,1,""],tls_version:[1,5,1,""],tpc_begin:[1,4,1,""],tpc_commit:[1,4,1,""],tpc_prepare:[1,4,1,""],tpc_recover:[1,4,1,""],tpc_rollback:[1,4,1,""],unix_socket:[1,5,1,""],user:[1,5,1,""],warnings:[1,5,1,""],xid:[1,4,1,""]},"mariadb.cursors":{Cursor:[3,3,1,""]},"mariadb.cursors.Cursor":{arraysize:[3,5,1,""],buffered:[3,5,1,""],callproc:[3,4,1,""],closed:[3,5,1,""],connection:[3,5,1,""],description:[3,5,1,""],execute:[3,4,1,""],executemany:[3,4,1,""],fetchall:[3,4,1,""],fetchmany:[3,4,1,""],fetchone:[3,4,1,""],lastrowid:[3,5,1,""],next:[3,4,1,""],nextset:[3,4,1,""],paramcount:[3,5,1,""],rowcount:[3,5,1,""],scroll:[3,4,1,""],setinputsizes:[3,4,1,""],setoutputsize:[3,4,1,""],sp_outparams:[3,5,1,""],statement:[3,5,1,""],warnings:[3,5,1,""]},CURSOR:{NONE:[2,0,1,""],READ_ONLY:[2,0,1,""]},FIELD_FLAG:{AUTO_INCREMENT:[2,0,1,""],BINARY:[2,0,1,""],BLOB:[2,0,1,""],ENUM:[2,0,1,""],MULTIPLE_KEY:[2,0,1,""],NOT_NULL:[2,0,1,""],NO_DEFAULT:[2,0,1,""],NUMERIC:[2,0,1,""],ON_UPDATE_NOW:[2,0,1,""],PART_OF_KEY:[2,0,1,""],PRIMARY_KEY:[2,0,1,""],SET:[2,0,1,""],TIMESTAMP:[2,0,1,""],UNIQUE_KEY:[2,0,1,""],UNSIGNED:[2,0,1,""],ZEROFILL:[2,0,1,""]},FIELD_TYPE:{BIT:[2,0,1,""],BLOB:[2,0,1,""],DATE:[2,0,1,""],DATETIME:[2,0,1,""],DOUBLE:[2,0,1,""],ENUM:[2,0,1,""],FLOAT:[2,0,1,""],GEOMETRY:[2,0,1,""],INT24:[2,0,1,""],JSON:[2,0,1,""],LONG:[2,0,1,""],LONGLONG:[2,0,1,""],LONG_BLOB:[2,0,1,""],MEDIUM_BLOB:[2,0,1,""],NEWDECIMAL:[2,0,1,""],NULL:[2,0,1,""],SET:[2,0,1,""],SHORT:[2,0,1,""],STRING:[2,0,1,""],TIME:[2,0,1,""],TIMESTAMP:[2,0,1,""],TINY:[2,0,1,""],TINY_BLOB:[2,0,1,""],VARCHAR:[2,0,1,""],VAR_STRING:[2,0,1,""],YEAR:[2,0,1,""]},INDICATOR:{DEFAULT:[2,0,1,""],IGNORE:[2,0,1,""],IGNORE_ROW:[2,0,1,""],NULL:[2,0,1,""]},STATUS:{ANSI_QUOTES:[2,0,1,""],AUTOCOMMIT:[2,0,1,""],CURSOR_EXISTS:[2,0,1,""],DB_DROPPED:[2,0,1,""],IN_TRANS:[2,0,1,""],LAST_ROW_SENT:[2,0,1,""],MORE_RESULTS_EXIST:[2,0,1,""],NO_BACKSLASH_ESCAPES:[2,0,1,""],PS_OUT_PARAMS:[2,0,1,""],QUERY_NO_GOOD_INDEX_USED:[2,0,1,""],QUERY_NO_INDEX_USED:[2,0,1,""],QUERY_WAS_SLOW:[2,0,1,""],SESSION_STATE_CHANGED:[2,0,1,""]},mariadb:{BINARY:[7,0,1,""],Binary:[7,2,1,""],ConnectionPool:[8,3,1,""],DATETIME:[7,0,1,""],DataError:[7,6,1,""],DatabaseError:[7,6,1,""],Date:[7,2,1,""],DateFromTicks:[7,2,1,""],IntegrityError:[7,6,1,""],InterfaceError:[7,6,1,""],InternalError:[7,6,1,""],NUMBER:[7,0,1,""],NotSupportedError:[7,6,1,""],OperationalError:[7,6,1,""],PoolError:[7,6,1,""],ProgrammingError:[7,6,1,""],ROWID:[7,0,1,""],STRING:[7,0,1,""],Time:[7,2,1,""],TimeFromTicks:[7,2,1,""],Timestamp:[7,2,1,""],TimestampFromTicks:[7,2,1,""],Warning:[7,6,1,""],apilevel:[7,5,1,""],client_version:[7,5,1,""],client_version_info:[7,5,1,""],connect:[7,2,1,""],mariadbapi_version:[7,5,1,""],paramstyle:[7,5,1,""],threadsafety:[7,5,1,""]}},objnames:{"0":["py","data","Python data"],"1":["py","module","Python module"],"2":["py","function","Python function"],"3":["py","class","Python class"],"4":["py","method","Python method"],"5":["py","attribute","Python attribute"],"6":["py","exception","Python exception"]},objtypes:{"0":"py:data","1":"py:module","2":"py:function","3":"py:class","4":"py:method","5":"py:attribute","6":"py:exception"},terms:{"0":[0,1,2,3,4,5,6,7,8,9,11],"1":[1,2,3,4,5,6,7,8,11],"10":[2,3,5,10,11],"100":[1,10,11],"1000":7,"10000":[1,7],"101":10,"102":10,"105":10,"106":10,"107":10,"108":10,"110":10,"116":10,"117":10,"118":10,"119":10,"123":10,"124":10,"125":10,"126":10,"127":10,"128":10,"130":10,"131":10,"132":10,"133":10,"138":10,"141":10,"142":10,"144":10,"150":10,"155":10,"16":2,"173":10,"175":10,"178":10,"184":10,"18th":10,"2":[0,1,2,3,4,5,6,7,8,9,11],"20":3,"2020":10,"2021":10,"2022":10,"20th":10,"215":2,"22":10,"24":10,"249":[0,1,2,3,4,5,6,7,8,9,10,11],"24th":10,"255":2,"25th":10,"2nd":2,"3":[2,3,4,5,6,7,11],"3306":[5,7],"4":[2,4,5],"40":3,"4gb":2,"5":[1,4,5,7,8,9],"535":2,"6":[4,5],"63":10,"64":[1,8],"65":2,"69":10,"7":[3,4,5],"70":10,"72":10,"76":10,"777":2,"78":10,"79":10,"7th":10,"8":[2,3,4],"80":10,"81":10,"82":10,"83":10,"85":10,"8th":[2,3],"9":4,"93":10,"94":10,"95":10,"98":10,"99":[10,11],"\u1e3fethod":8,"byte":[2,11],"case":[1,7,8,10],"char":[2,3,7],"class":[0,2,4,7,9,10,11],"default":[1,2,3,5,7,8,9,10,11],"do":[1,3,6],"enum":2,"float":[2,11],"function":[1,7],"import":[2,7,9,11],"int":[1,2,3,7,8,11],"long":[2,7,11],"new":[1,2,3,7,8,9,10],"null":[2,3,10,11],"public":6,"return":[1,2,3,7,8,9,10,11],"short":2,"switch":[1,10],"true":[1,3,7,8,9],"try":[1,3],"var":3,"while":7,A:[1,3,7,8,9],As:[2,11],At:11,Be:1,By:[1,3,11],For:[1,2,3,5,7,8],IF:11,IN:3,INTO:[3,11],IS:11,IT:11,If:[1,2,3,5,7,8,9,11],In:[1,3,8,9,11],It:[1,3,4],No:6,Not:10,On:5,The:[0,2,4,5,6,9,10,11],These:[2,5],To:[3,8],Will:[2,3,8],__del__:1,abl:11,about:7,abov:11,absolut:[3,7],accept:[3,9,11],access:[1,4],accord:3,across:9,activ:[1,2],ad:10,adapt:6,add:8,add_connect:[8,10],addit:[2,6,7,9],address:[1,7],affect:[1,7],after:[1,3,5,7,8,11],afterward:8,against:[3,10],algorithm:3,alias:10,aliv:1,all:[1,3,7,8,11],alloc:10,allow:[8,10],alphanumer:1,alreadi:7,also:[1,3,5,7,10,11],alwai:[1,7],an:[1,2,3,4,5,7,9,10,11],ani:[1,3,6],anoth:1,ansi_quot:2,anymor:[1,2,7],anyth:6,api:[1,2,3,4,5,6,7,8,9,10,11],apilevel:7,appl:11,appli:[1,6],applic:[1,9],appropri:6,ar:[1,2,3,5,6,7,9,10,11],arg:[1,3,8],argument:[1,7,8],arrai:10,arrays:3,ask:1,attempt:1,attribut:[0,2,4,6,10],atttribut:10,august:10,authent:[1,5,7,10],author:[1,7],auto:1,auto_incr:[2,3],auto_reconnect:1,autocommit:[1,2,7,10,11],automat:1,avail:[1,3,5,8,9],availbl:10,avoid:1,awar:1,back:[1,2],backslash:2,base:7,basic:4,becom:[1,2],been:[1,2],befor:[1,3,8,9,10,11],begin:[1,3],behav:3,behavior:10,being:3,below:11,berlin:11,besid:[7,10,11],between:[3,7,10,11],bigint:[2,11],binari:[1,2,3,4,7,10,11],bind:10,bit:2,blob:[2,3,7,11],block:3,bool:[7,8,11],both:[8,10],bottleneck:5,bound:3,branch:1,branch_qualifi:1,buffer:[1,3],bug:10,build:[4,6,10],builtin:10,bulk:[10,11],bytearrai:11,c:[0,1,2,3,4,5,6,7,8,9,10,11],ca:7,cach:9,cake:11,call:[1,3,7,8,10],callproc:[2,3,10],can:[1,2,3,5,7,9,11],cancel:1,cannot:[1,8],capabl:[1,2,7,10],capit:11,cast:10,caus:1,certain:11,certif:7,chang:[1,2,4,6,8],change_us:1,chapter:7,charact:[1,2,10],character_set:1,check:[1,2,7,8,10],cherri:11,choos:1,cipher:[1,7],clear:1,client:[0,1,3,4,7,8],client_cap:1,client_flag:7,client_vers:7,client_version_info:7,close:[1,3,7,8,9,10,11],code:[10,11],collat:1,colleagu:3,column:[2,3,7,10,11],combin:3,comma:11,command:[0,1,4,7,11],comment:10,commerci:6,commit:[1,11],common:6,commun:[4,7,11],compat:[1,3,7,10,11],compil:5,compliant:[4,7],compress:7,conc:10,configur:[4,5,7,8],conform:10,conn:[3,9],conn_param:[9,11],connect:[0,2,3,4,5,7,8,10],connect_timeout:7,connection_count:8,connection_id:1,connectionpool:[0,4,7,9,10],connector:[0,1,2,3,5,7,8,9,11],conpi:10,constant:[0,4,7,11],construct:7,constructor:[0,4],consum:9,contain:[2,3,5,7,10,11],content:11,control:7,convers:[7,10],convert:[7,10,11],copi:6,correct:10,correctli:10,could:11,couldn:7,count:10,countri:11,country_cod:11,cover:6,crash:10,creat:[1,2,3,4,7,8,11],creation:8,creativ:6,credenti:1,credit:6,current:[1,2,3,7,9],cursor:[0,1,4,7,10,11],cursor_exist:2,cursor_typ:1,cursorclass:[1,7],dai:[7,10],data:[2,3,7,10],databas:[1,2,3,4,7,8,9,10,11],databaseerror:7,dataerror:7,date:[2,5,7,10,11],datefromtick:7,datetim:[2,7,10,11],db:[0,1,2,3,4,5,6,7,8,9,10,11],db_conf:7,db_drop:2,dbapi:2,dealloc:10,decim:[2,11],declar:2,default_fil:7,default_group:7,defin:[2,7,8],definit:10,delet:[3,11],depend:10,deprecationwarn:10,describ:[3,7,10],descript:[2,3,7],desir:1,determin:[1,3,10],dev:5,develop:5,di:1,dict:7,dictionari:[1,7,10],didn:[2,3],diego:3,differ:[3,11],directori:[5,7],disabl:[1,7],discard:3,discov:5,displai:10,display_s:3,divis:7,dml:3,document:[4,7],doe:[1,3],doesn:[7,8,10],don:[3,11],done:11,doubl:[2,11],download:5,driver:11,drop:[2,11],dsn:10,dublin:11,due:[1,3,7],dupin:3,dure:1,dynam:5,e:[1,3,5,7,11],each:3,effect:[3,11],either:5,element:[2,3],els:[2,3],empti:[1,3,7],enabl:[1,4,7],encapsul:1,encod:1,encount:7,end:[2,3,11],endors:6,engin:1,entir:[1,2,3],entri:[3,11],environ:[5,9],epoch:7,error:[1,7,10],escap:[1,11],escape_str:[1,10],especi:[9,11],establish:[7,9,10,11],etc:7,european:11,even:6,everyth:[5,11],exact:3,exactli:3,exampl:[2,3,9,11],example_us:[9,11],except:[0,1,3,4,8,9,10,11],execut:[1,2,3,7,10,11],executemani:[2,3,10,11],exist:[1,7,11],expect:[1,3],expens:9,extend:10,extens:3,fail:[1,7,10],fals:[1,3,7],featur:[1,3,10],feb:10,fetch:[1,3],fetchal:[3,10],fetchmani:3,fetchon:[3,11],few:11,fewer:3,field:[1,2,3],field_flag:[0,3,4],field_typ:[0,3,4,7],file:[5,7],fill:8,first:[1,2,11],fix:[2,4,11],flag:[1,2,10],fly:9,follow:[1,3,5,6,7,9,10,11],foo:[2,3],foreign:7,form:[1,11],format:[1,3,6,7,10],format_id:1,forward:[1,2],found:[1,3,7],fr:11,fra:11,franc:11,free:[6,8,10,11],from:[1,2,3,5,6,7,8,9,11],full:10,further:1,furthermor:1,futur:9,g:[1,3,5,7,11],gener:[3,6],geometri:2,ger:11,germani:11,get:[1,9],get_connect:[8,9],get_server_vers:[1,10],ghbe_su3b8:[9,11],gil:10,give:6,given:[1,3,7],global:1,global_transaction_id:1,gnu:6,gnutl:5,good:2,group:7,ha:[2,3,7,8,10],had:3,handl:[1,7,8,10],hang:10,happen:11,hasn:2,have:[1,2,3,5,7,8,9,10,11],header:5,heap:10,hello:3,histori:4,hold:[7,8],holder:11,host:[7,11],hour:7,howev:3,http:10,i1:3,i:1,iceland:11,id:[1,3,7,11],identifi:[1,11],ie:11,ignor:[1,2,3,11],ignore_row:[2,11],immedi:[3,9],implement:11,implicit:1,in_tran:2,inconsist:1,increment:10,index:[2,4],indic:[0,3,6],infil:7,info:[0,4],inform:[3,7],init_command:7,initi:[9,10],input:3,insert:[3,7,10,11],insid:[7,9],instal:4,instanc:[9,10],instead:[7,10,11],int24:2,integ:[2,7,10],integr:7,integrityerror:7,intend:[1,5],interfac:7,interfaceerror:[1,7],intern:[2,7,10],internal_s:3,internalerror:7,interpret:11,invalid:[1,10,11],invok:[1,3],ip:[1,7],ireland:11,irl:11,isl:11,issu:4,ita:11,itali:11,item:3,itself:7,json:2,jun:10,june:10,kathmandu:11,kei:[2,7],keyword:[1,7,8,10],kill:1,kuala:11,kwarg:[1,3,7,8],last:[1,2,3,11],last_insert_id:3,last_row_s:2,lastrowid:[3,10],later:5,latter:1,lawrin:3,leak:10,legal:[1,6],length:[1,2],lesser:6,let:11,letter:11,level:7,librari:[4,5,7],licens:4,licensor:6,like:[3,7,11],limit:[1,5,7,8],link:6,list:[1,3,7,10,11],littl:11,load:[7,11],local:[1,7],local_infil:7,localhost:[5,7,11],locat:7,long_blob:2,longblob:[2,11],longer:3,longlong:2,loop:11,lost:1,lumpur:11,m:5,made:[1,6],mai:[1,3,6,11],maintain:9,major_vers:[1,7,10],make:[3,5],malaysia:11,manag:1,mani:3,manner:6,map:3,mariadb:[0,1,2,3,5,8,9,11],mariadb_config:5,mariadbapi_vers:7,mark:[3,11],marker:7,materi:6,max:2,max_siz:8,maximum:[1,8],maxscal:10,mean:[1,2,3,7],measur:6,medium:6,medium_blob:2,mediumblob:[2,11],mediumint:2,memori:10,messag:1,method:[0,2,4,7,9,10,11],michael:3,middl:9,might:[1,5],minimum:5,minor_vers:[1,7,10],minut:7,mislead:11,miss:10,mistak:11,mix:[3,7,11],mode:[1,2,3],modifi:3,modul:[0,2,4,9,10,11],month:[7,10],more:[1,2,3,7,11],more_results_exist:2,most:3,much:11,multipl:[9,11],multiple_kei:2,must:[1,3,5,6,7,11],mutex:10,my:11,my_storedprocedur:2,myfirstpool:9,mynam:7,mysql:[1,3,4,5],mysql_type_bit:10,mysql_type_json:10,mytest:11,myuser:7,name:[1,3,7,8,9,11],named_tupl:1,necessarili:7,need:[2,3,10,11],neg:10,nepal:11,new_db:1,newdecim:2,newer:[2,3],next:3,nextset:[2,3],no_backslash_escap:2,no_default:2,non:[1,10,11],none:[1,2,3,7,8,10,11],not_nul:2,notabl:4,note:[1,8],noth:[1,3],notsupportederror:7,nov:10,novitski:3,now:[1,10,11],np:11,npl:11,null_ok:3,number:[1,3,7,8,10],numer:[1,2,7],o2:3,object:[0,1,2,3,4,8,10,11],obsolet:10,obtain:[1,9],oct:10,off:[1,10,11],offset:3,often:11,on_update_now:2,onc:[5,11],one:[1,3,7,8,11],onli:[1,2,3,10,11],open:[1,2,8],openssl:5,oper:[1,2,3,5,7,9,10,11],operationalerror:7,optim:2,option:[1,3,7,10],order:[1,11],ordinari:2,org:[5,10],other:[1,6,11],our:11,out:[3,7],output:[2,3,9,11],outsid:1,overrun:10,p1:3,packag:[5,10],packet:10,page:[4,5],param:1,paramcount:3,paramet:[1,2,3,4,5,7,9,10],paramstyl:[3,7],pari:11,parser:10,part:[2,5],part_of_kei:2,particip:1,pass:[1,4,10],passwd:[7,10],password:[1,7,9,11],patch_vers:[1,7,10],path:[5,7],pem:7,pend:[1,2,10],pep:[0,1,2,3,4,5,6,7,8,9,10,11],per:3,perform:[1,9],permiss:1,permit:[6,7],phase:1,ping:1,pip3:5,pip:5,place:[5,7,11],placehold:[3,11],platform:5,pleas:[1,7],plugin:[5,7],plugin_dir:7,point:1,pool1:7,pool:[4,7,8,10],pool_nam:[7,8,9],pool_reset:7,pool_reset_connect:8,pool_reset_sess:9,pool_siz:[7,8,9,10],poolerror:[7,8],popul:11,port:[1,7],posit:3,posix:5,possibl:[1,2,3,7],precis:[2,3],prepar:[1,3],prerequisit:4,previou:[3,11],previous:[1,2],price:11,primari:2,primary_kei:2,print:[2,3,9,11],prior:[1,3],privat:7,problem:7,procedur:[2,3],process:[1,7],processid:1,processlist:1,produc:3,product:5,program:[4,7],programm:7,programmingerror:[1,7],protocol:[1,7,10,11],provid:[1,3,5,6,7,8,9],ps_out_param:2,purpos:[1,6],py:[5,10],pyformat:[3,7],pypi:[5,10],python:[0,1,2,3,5,7,8,9,11],qmark:[3,7],qualifi:1,queri:3,query_no_good_index_us:2,query_no_index_us:2,query_was_slow:2,question:[3,11],quotat:11,rais:[1,3,7,8,9,10,11],rang:7,rather:[1,7],raw:7,read:[1,2,3,7,11],read_onli:[1,2],read_timeout:7,readi:11,reason:[1,3,6,7,11],reconnect:[1,7],record:11,recoveri:1,redistribut:6,refer:[3,4,10],rel:[3,7],relat:[7,10],releas:4,remain:[1,3],remix:6,remov:10,repeat:10,replac:[3,10],report:10,repres:[1,2,3],represent:10,request:9,requir:[3,5,7,9,11],reset:[1,7,8,9],resourc:[1,9,11],restrict:[3,6,11],result:[1,2,3,10],retain:3,retriev:[1,2,3,11],reus:[3,9],revok:7,reykjavik:11,roll:1,rollback:1,rome:11,root:5,routin:10,row:[2,3,7,10,11],rowcount:[3,10],rowid:7,run:5,s:[3,7,9,10,11],safeti:[7,8],same:[1,3,9,10,11],scale:3,schema:7,scroll:[2,3],search:4,second:[7,11],secret:7,secur:[1,7],see:7,select:[3,11],select_db:1,semant:3,send:1,sep:11,separ:5,sept:10,sequenc:3,server:[1,2,3,4,5,7,8,9,10,11],server_cap:1,server_info:1,server_nam:1,server_port:1,server_statu:[1,2],server_vers:1,server_version_info:[1,10],session:[1,2],session_state_chang:2,set:[1,2,3,7,8,9,10,11],set_config:[8,10],setinputs:3,setoutputs:3,setup:[5,10],sever:[5,11],share:[6,7],should:[1,3,7],show:1,show_warn:[1,3],shown:11,side:[2,8,9],similar:11,simpl:[8,11],sinc:[1,3,5,7,9,10,11],singl:[1,2,3],situat:11,size:[3,7,8,9],skip:3,slot:8,slow:2,smallint:[2,11],so:[6,11],socket:[1,7],some:11,sourc:5,sp:3,sp_out_param:2,sp_outparam:3,special:[2,3,11],specif:[7,9],specifi:[1,3,7,8,9],sql:[1,2,3,4,7],sqlstate:10,ssl:[7,10],ssl_ca:7,ssl_capath:7,ssl_cert:7,ssl_cipher:7,ssl_crlpath:7,ssl_kei:7,ssl_verify_cert:7,stamp:[2,7],standard:[2,3,7,9,11],start:1,state:[1,3,7],statement:[1,2,3,4,7,10],statu:[0,1,4,10],still:1,storag:1,store:[1,2,3],str:[1,3,8],string:[1,2,3,7,10,11],studio:10,style:11,subclass:[1,7,10],substitut:3,success:5,successfulli:1,suffici:1,suggest:6,suit:[1,4,7],suitabl:1,support:[1,3,5,7,8,10],sure:5,syntax:[7,10],system:5,t:[1,2,3,7,8,10,11],tabl:[1,3,7,11],taken:3,target:3,tcp:1,technolog:6,term:6,test:[3,4,7,9,11],test_databas:5,test_host:5,test_password:5,test_port:5,test_us:5,testp:5,text:[3,10,11],than:[1,7],thei:[2,5,7],them:3,thi:[1,2,3,7,8,10,11],thread:[7,8],thread_id:1,threadsafeti:7,through:7,tick:7,tier:9,time:[2,3,7,8,9,10,11],timedelta:10,timefromtick:7,timeout:[1,7],timestamp:[2,7,11],timestampfromtick:7,tini:2,tiny_blob:2,tinyblob:[2,11],tinyint:[2,11],tl:[1,5,7],tls_cipher:1,tls_version:1,toggl:1,tpc:1,tpc_:1,tpc_begin:1,tpc_commit:1,tpc_prepar:1,tpc_recov:1,tpc_rollback:1,tpc_state:[0,4],transact:[1,2,11],transfer:3,transform:6,travi:10,tri:1,truncat:7,trust:7,tupl:[1,3,7,10,11],two:[1,2],tyoe:2,type:[0,1,2,3,4,10],type_cod:3,type_travers:10,typic:[9,11],ulong_long_max:10,unbuff:[1,3],under:[6,7],uniqu:[1,2],unique_kei:2,unittest:5,unix:[1,7],unix_socket:[1,7],unless:1,unlik:11,unlock:10,unsign:2,until:1,unus:1,up:5,updat:[2,3,11],upon:6,us:[1,2,3,4,5,6,7,8,10],usag:[3,4],user:[1,7,9,11],usernam:[1,7,10],usual:5,utf8mb4:[1,10],util:5,v2:6,v:5,valid:[1,7,8,10],valu:[1,2,3,7,8,10,11],var_str:2,varchar:[2,3,11],variabl:[2,3,5],variou:[2,10],varstr:11,verif:7,version:[1,2,3,5,7,8,10],version_major:1,version_minor:1,version_patch:1,via:3,visual:10,wa:[1,2,3,7,8,10],wai:[6,9],warn:[1,3,7],wasn:3,we:[10,11],web:9,were:[1,3,6],weren:10,wheel:[5,10],when:[1,2,3,7,8,9,10,11],whenev:1,where:[3,7,9,11],whether:3,which:[1,2,3,4,5,7,9,10,11],wideniu:3,window:[5,10],within:[1,3],without:[1,10],work:[1,11],write:[1,3,7],write_timeout:7,written:4,wrong:10,x509:7,x609:7,xid:1,year:[2,7,10],yet:[3,10],you:[1,3,5,6,7],your:6,zero:[1,3,7],zerofil:2},titles:["API Reference","The connection class","Constants","The cursor class","MariaDB Connector/Python","Installation","License","The mariadb module","The ConnectionPool class","Connection pooling","Release history","Basic usage"],titleterms:{"0":10,"1":10,"2":10,"3":10,"4":10,"5":10,"6":10,"7":10,"8":10,"9":10,"class":[1,3,8],The:[1,3,7,8],api:0,attribut:[1,3,7,8],basic:11,binari:5,build:5,chang:10,client:2,command:2,configur:9,connect:[1,9,11],connectionpool:8,connector:[4,6,10],constant:2,constructor:[1,7],content:[0,4],creat:9,cursor:[2,3],data:11,document:6,except:7,field_flag:2,field_typ:2,fix:10,histori:10,indic:[2,4,11],info:2,instal:5,issu:10,licens:6,mariadb:[4,6,7,10],method:[1,3,8],modul:7,notabl:10,object:7,paramet:11,pass:11,pool:9,prerequisit:5,python:[4,6,10],refer:0,releas:10,sql:11,statement:11,statu:2,suit:5,support:11,tabl:4,test:5,tpc_state:2,type:[7,11],us:[9,11],usag:11}}) \ No newline at end of file diff --git a/docs/usage.html b/docs/usage.html index 9a0a476..707898a 100644 --- a/docs/usage.html +++ b/docs/usage.html @@ -5,7 +5,7 @@ - Basic usage — MariaDB Connector/Python 1.1.0b2-beta documentation + Basic usage — MariaDB Connector/Python 1.1.0b3-beta documentation @@ -34,7 +34,7 @@

              Navigation

            • previous |
            • - +

            @@ -363,7 +363,7 @@

            Navigation

          • previous |
          • - +