ding0 package

Subpackages

Module contents

ding0.adapt_numpy_int64(numpy_int64)[source]

Adapting numpy.int64 type to SQL-conform int type using psycopg extension, see [1] for more info.

Parameters:numpy_int64 (int) – numpty 64bits integer.
Returns:type – #TODO: Description of return. Change type in the previous line accordingly

References

[1]http://initd.org/psycopg/docs/advanced.html#adapting-new-python-types-to-sql-syntax