Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4116)

Issue 196062: C extension for SQLAlchemy

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by gdementen
Modified:
14 years, 2 months ago
Reviewers:
Antoine Pitrou
Base URL:
http://svn.sqlalchemy.org/sqlalchemy/trunk/lib/sqlalchemy
Visibility:
Public.

Patch Set 1 #

Total comments: 43

Patch Set 2 : v2 the patch, with all of Antoine's comments taken into account and quite a few other fixes... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1438 lines, -407 lines) Patch
lib/sqlalchemy/cextensions.c View 1 chunk +933 lines, -0 lines 0 comments Download
lib/sqlalchemy/dialects/access/base.py View 4 chunks +8 lines, -37 lines 0 comments Download
lib/sqlalchemy/dialects/informix/base.py View 1 chunk +1 line, -1 line 0 comments Download
lib/sqlalchemy/dialects/maxdb/base.py View 6 chunks +69 lines, -53 lines 0 comments Download
lib/sqlalchemy/dialects/mssql/base.py View 2 chunks +3 lines, -14 lines 0 comments Download
lib/sqlalchemy/dialects/mysql/base.py View 6 chunks +10 lines, -4 lines 0 comments Download
lib/sqlalchemy/dialects/mysql/mysqldb.py View 2 chunks +2 lines, -6 lines 0 comments Download
lib/sqlalchemy/dialects/mysql/oursql.py View 1 chunk +2 lines, -6 lines 0 comments Download
lib/sqlalchemy/dialects/oracle/zxjdbc.py View 1 chunk +3 lines, -0 lines 0 comments Download
lib/sqlalchemy/dialects/postgresql/pg8000.py View 2 chunks +6 lines, -19 lines 0 comments Download
lib/sqlalchemy/dialects/postgresql/psycopg2.py View 3 chunks +6 lines, -13 lines 0 comments Download
lib/sqlalchemy/dialects/postgresql/pypostgresql.py View 2 chunks +2 lines, -6 lines 0 comments Download
lib/sqlalchemy/dialects/sqlite/base.py View 7 chunks +22 lines, -26 lines 0 comments Download
lib/sqlalchemy/dialects/sybase/base.py View 1 chunk +1 line, -18 lines 0 comments Download
lib/sqlalchemy/engine/base.py View 14 chunks +195 lines, -147 lines 0 comments Download
lib/sqlalchemy/processors.py View 1 chunk +105 lines, -0 lines 0 comments Download
lib/sqlalchemy/types.py View 7 chunks +57 lines, -49 lines 0 comments Download
setup.py View 2 chunks +7 lines, -2 lines 0 comments Download
test/sql/test_query.py View 1 chunk +6 lines, -6 lines 0 comments Download

Messages

Total messages: 6
gdementen
14 years, 2 months ago (2010-01-29 18:43:37 UTC) #1
Antoine Pitrou
Hello, These are a bunch of comments. I hope they'll help you! Antoine. http://codereview.appspot.com/196062/diff/1/2 File ...
14 years, 2 months ago (2010-01-29 22:28:50 UTC) #2
gdementen
On Fri, Jan 29, 2010 at 23:28, <antoine.pitrou@gmail.com> wrote: > These are a bunch of ...
14 years, 2 months ago (2010-01-30 10:14:46 UTC) #3
gdementen
http://codereview.appspot.com/196062/diff/1/2 File cextensions.c (right): http://codereview.appspot.com/196062/diff/1/2#newcode36 cextensions.c:36: l = PyInt_AsLong(arg); On 2010/01/29 22:28:50, Antoine Pitrou wrote: ...
14 years, 2 months ago (2010-01-30 15:23:27 UTC) #4
Antoine Pitrou
http://codereview.appspot.com/196062/diff/1/2 File cextensions.c (right): http://codereview.appspot.com/196062/diff/1/2#newcode36 cextensions.c:36: l = PyInt_AsLong(arg); On 2010/01/30 15:23:27, gdementen wrote: > ...
14 years, 2 months ago (2010-01-30 16:30:30 UTC) #5
gdementen
14 years, 2 months ago (2010-02-08 20:44:10 UTC) #6
v2 the patch, with all of Antoine's comments taken into account and quite a few
other fixes...
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b