Changes between Version 39 and Version 40 of Internal/InventoryV3
- Timestamp:
- Jan 14, 2011, 8:25:05 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/InventoryV3
v39 v40 381 381 382 382 I'll need an insert and update method, in component. 383 384 === 1/14/2011 === 385 386 The 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