Changeset 391 for python/trunk/Modules/_sqlite/util.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Modules/_sqlite/util.h
r2 r391 1 1 /* util.h - various utility functions 2 2 * 3 * Copyright (C) 2005-20 07Gerhard Häring <gh@ghaering.de>3 * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de> 4 4 * 5 5 * This file is part of pysqlite. … … 36 36 */ 37 37 int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st); 38 39 PyObject * _pysqlite_long_from_int64(sqlite_int64 value); 40 sqlite_int64 _pysqlite_long_as_int64(PyObject * value); 41 38 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.