You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Add <codeclass="docutils literal"><spanclass="pre">driver</span></code> keyword for FirebirdConnection. Allowed values are ‘fdb’
162
-
or ‘kinterbasdb’. Default is to test ‘fdb’ and ‘kinterbasdb’ in that
163
-
order. pyfirebirdsql is supported but has problems.</li>
161
+
<li>Add <codeclass="docutils literal"><spanclass="pre">driver</span></code> keyword for FirebirdConnection. Allowed values are ‘fdb’,
162
+
‘kinterbasdb’ and ‘pyfirebirdsql’. Default is to test ‘fdb’ and
163
+
‘kinterbasdb’ in that order. pyfirebirdsql is supported but has problems.</li>
164
164
<li>Add <codeclass="docutils literal"><spanclass="pre">driver</span></code> keyword for MySQLConnection. Allowed value are ‘mysqldb’,
165
165
‘connector’, ‘oursql’ and ‘pymysql’. Default is to test for mysqldb only.</li>
166
166
<li>Add support for <aclass="reference external" href="https://pypi.python.org/pypi/mysql-connector">MySQL Connector</a> (pure python; <aclass="reference external" href="https://dev.mysql.com/doc/connector-python/en/">binary
@@ -183,13 +183,15 @@ <h3>Drivers (work in progress)<a class="headerlink" href="#drivers-work-in-progr
183
183
<li>Add support for <aclass="reference external" href="https://pypi.python.org/pypi/pg8000">pg8000</a>
184
184
PostgreSQL driver. There are major problems with the driver caused by both
185
185
the driver and SQLObject.</li>
186
-
<li>Add support for <aclass="reference external" href="https://pypi.python.org/pypi/firebirdsql">pyfirebirdsql</a>.</li>
186
+
<li>Add support for <aclass="reference external" href="https://pypi.python.org/pypi/firebirdsql">pyfirebirdsql</a>.There are still problems with
187
+
the driver.</li>
187
188
</ul>
188
189
</div>
189
-
<divclass="section" id="bug-fix">
190
-
<h3>Bug fix<aclass="headerlink" href="#bug-fix" title="Permalink to this headline">¶</a></h3>
190
+
<divclass="section" id="bug-fixes">
191
+
<h3>Bug fixes<aclass="headerlink" href="#bug-fixes" title="Permalink to this headline">¶</a></h3>
191
192
<ulclass="simple">
192
-
<li>Fix MSSQLConnection.columnsFromSchema: remove () from default value.</li>
193
+
<li>Fix MSSQLConnection.columnsFromSchema: remove <cite>(</cite> and <cite>)</cite> from default
194
+
value.</li>
193
195
<li>Fix MSSQLConnection and SybaseConnection: insert default values into a table
194
196
with just one IDENTITY column.</li>
195
197
<li>Remove excessive NULLs for MSSQL/Sybase.</li>
@@ -213,13 +215,12 @@ <h3>Tests<a class="headerlink" href="#tests" title="Permalink to this headline">
213
215
to <codeclass="docutils literal"><spanclass="pre">SOTestXXX</span></code> to prevent <codeclass="docutils literal"><spanclass="pre">pytest</span></code> to recognize them as test classes.</li>
214
216
<li>Fix <codeclass="docutils literal"><spanclass="pre">pytest</span></code> warnings by converting yield tests to plain calls: yield
215
217
tests were deprecated in <codeclass="docutils literal"><spanclass="pre">pytest</span></code>.</li>
216
-
<li>Tests are now run at CIs with <codeclass="docutils literal"><spanclass="pre">python3.5</span></code>.</li>
218
+
<li>Tests are now run at CIs with Python 3.5.</li>
<aclass="reference external" href="https://postgresql.org">PostgreSQL</a><aclass="reference external" href="http://initd.org/psycopg/">psycopg2</a> or psycopg1 are recommended; <aclass="reference external" href="http://www.pygresql.org/">PyGreSQL</a>, <aclass="reference external" href="https://pypi.python.org/pypi/py-postgresql">py-postgresql</a>
317
317
and <aclass="reference external" href="https://pypi.python.org/pypi/pg8000">pg8000</a> are supported but have problems (not all tests passed). <aclass="reference external" href="https://sqlite.org/">SQLite</a> has
318
318
a built-in driver or <aclass="reference external" href="https://github.com/ghaering/pysqlite">PySQLite</a>. <aclass="reference external" href="http://www.firebirdsql.org/en/python-driver/">Firebird</a> is supported via <aclass="reference external" href="http://www.firebirdsql.org/en/devel-python-driver/">fdb</a> or
319
-
<aclass="reference external" href="http://kinterbasdb.sourceforge.net/">kinterbasdb</a>; <aclass="reference external" href="https://pypi.python.org/pypi/firebirdsql">pyfirebirdsql</a> is supported but untested. <aclass="reference external" href="http://maxdb.sap.com/">MAX DB</a> (also known
320
-
as SAP DB) is supported via <aclass="reference external" href="http://maxdb.sap.com/doc/7_8/50/01923f25b842438a408805774f6989/frameset.htm">sapdb</a>. Sybase via <aclass="reference external" href="http://www.object-craft.com.au/projects/sybase/">Sybase</a>. <aclass="reference external" href="http://www.microsoft.com/sql/">MSSQL Server</a> via
<aclass="reference external" href="http://kinterbasdb.sourceforge.net/">kinterbasdb</a>; <aclass="reference external" href="https://pypi.python.org/pypi/firebirdsql">pyfirebirdsql</a> is supported but has problems. <aclass="reference external" href="http://maxdb.sap.com/">MAX DB</a> (also
320
+
known as SAP DB) is supported via <aclass="reference external" href="http://maxdb.sap.com/doc/7_8/50/01923f25b842438a408805774f6989/frameset.htm">sapdb</a>. Sybase via <aclass="reference external" href="http://www.object-craft.com.au/projects/sybase/">Sybase</a>. <aclass="reference external" href="http://www.microsoft.com/sql/">MSSQL Server</a>
321
+
via <aclass="reference external" href="http://www.pymssql.org/en/latest/index.html">pymssql</a> (+ <aclass="reference external" href="http://www.freetds.org/">FreeTDS</a>) or <aclass="reference external" href="http://adodbapi.sourceforge.net/">adodbapi</a> (Win32).</p>
<spanclass="n">pytest</span><spanclass="o">.</span><spanclass="n">skip</span><spanclass="p">(</span><spanclass="s2">"The test requires PostgreSQL, psycopg and ssl mode; "</span>
94
103
<spanclass="s2">"also it doesn't work on w32"</span><spanclass="p">)</span>
@@ -112,16 +121,10 @@ <h1>Source code for sqlobject.tests.test_postgres</h1><div class="highlight"><pr
0 commit comments