extract out text of stored procedures and triggers
[dbsrgits/SQL-Translator.git] / TODO
1 *   The Sybase parser still doesn't work.  It is not included with the
2     distribution but can be found in CVS.  There has been some
3     discussion about reviving this, but no one has had that particular
4     itch to scratch, so it's languished.
5
6 *   Some way to deeply check to schema objects, e.g., for testing I
7     parse a MySQL schema, translate to Oracle, then parse the created
8     Oracle schema and want to check the two schema objects.
9
10 *   Explore some way to pass an open database handle instead of a
11     schema and then query through DBI methods to get the schema
12     definition, somewhat a la SQL::Schema (which only works with
13     Oracle right now)
14
15 *   Add "CREATE VIEW" support to existing parsers
16
17 *   At least allow more pass-through of INSERT, DELETE, and UPDATE
18     statements
19
20 *   Add INSERT statements for xSV, Excel parsers to automatically
21     create INSERTs for each row of data in the source file
22
23 *   Somehow merge ClassDBI producer with CGI::FormBuilder or Template
24     Toolkit and some sort of automated CGI builder to create
25     view/create/edit/delete forms for objects based on schema defs
26
27 *   Embetter the Diagram producer to use some real graphing algorithms
28     to distribute the tables so that the lines don't overlap so badly
29
30 *   Integrate more with some standard XML schema representations,
31     maybe like Torque DB (http://db.apache.org/torque/)
32
33 *   Possibly write a basic ANSI-92 SQL parser which could be extended
34     when writing other new parsers
35
36 *   More parsers, more producers!