File: TODO

package info (click to toggle)
pymssql 1.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 240 kB
  • ctags: 235
  • sloc: ansic: 1,671; python: 462; makefile: 12
file content (14 lines) | stat: -rw-r--r-- 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Serious/important:

Moderate:
- Sybase compatibility update (private mail from Kurt Sutter on 2009-04-24)
  didn't make it into 1.0.2
- improve inline documentation strings - that's job for English native speakers
- fix apitest_mssql.py
- test on big-endian platforms

Low priority:
- try to call dbexit() on module dealloc / python unload (how?)

Other notes:
- when and how to use unicode(row[index], 'fancy-encoding', 'ignore')