|
From: <de...@us...> - 2003-02-12 23:23:55
|
Update of /cvsroot/pymerase/pymerase
In directory sc8-pr-cvs1:/tmp/cvs-serv11544
Modified Files:
.todo
Log Message:
Fixed conflicts and committed even more todo
Index: .todo
===================================================================
RCS file: /cvsroot/pymerase/pymerase/.todo,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** .todo 12 Feb 2003 23:15:46 -0000 1.16
--- .todo 12 Feb 2003 23:23:49 -0000 1.17
***************
*** 34,43 ****
</note>
</note>
- <note priority="medium" time="1028152026">
- BUG: DBAPI needs to support escape characters for quotes, etc.
- </note>
- <note priority="medium" time="1028152443">
- Add sql input module.
- </note>
<note priority="medium" time="1045080087">
genex support
--- 34,37 ----
***************
*** 54,57 ****
--- 48,60 ----
add support for dynamically constructed tables, either data file types or user scratch tables
</note>
+ </note>
+ <note priority="high" time="1045081616">
+ Need to write regression tests.
+ </note>
+ <note priority="medium" time="1028152026">
+ BUG: DBAPI needs to support escape characters for quotes, etc.
+ </note>
+ <note priority="medium" time="1028152443">
+ Add sql input module.
</note>
<note priority="medium" time="1045080317">
|