~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to Modules/_sqlite/cursor.h

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    PyObject* row_cast_map;
38
38
    int arraysize;
39
39
    PyObject* lastrowid;
40
 
    PyObject* rowcount;
 
40
    long rowcount;
41
41
    PyObject* row_factory;
42
42
    pysqlite_Statement* statement;
43
43