Changes between Version 39 and Version 40 of Internal/InventoryV3


Ignore:
Timestamp:
Jan 14, 2011, 8:25:05 PM (13 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/InventoryV3

    v39 v40  
    381381
    382382I'll need an insert and update method, in component.
     383
     384=== 1/14/2011 ===
     385
     386The component sql_insert and sql_update methods have been added. I might reconsider how I pass parameters in the latter since I'd have to fold things into a hash before I passed them up, it might be cleaner to use a 2 arrays and zip them, rather than passing a hash. Now the update method needs to be redone