From: Don S. <do...@se...> - 2003-04-10 20:34:46
|
PLAN B: I get a clue and use the sql(Add|Modify|Drop)Column() functions already in place instead of writing sqlAlterTable(). Still need to do the other steps though. Don. On Thu, 10 Apr 2003, Don Seiler wrote: > Alright. After some light analysis here is the RFE for supporting ALTER > TABLE commands in core. > > 1. Need to support "alter" in extractTableName(). > 2. Need to support full alter table syntax in extractSQLData(). > 3. Need to create sqlAlterTable() function, similar to sqlCreateTable() > etc. > 4. Need to support "alter" in sqlImport() function. > > If you see a flaw in my plan let me know. Otherwise I'll start fumbling > through this tonight while my spouse is distracted by Will&Grace. Scrubs > is my one true god. > > Don. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |