Tasks database table - TaskDepender

Tasks database table

From TaskDepender
Jump to: navigation, search
(Update)
(Update)
Line 54: Line 54:
 
=== Update ===
 
=== Update ===
  
A task can only be updated when it is selected. The selected tasks are stored in the [[Selected tasks database table|selected tasks table]]. This means that the user does not have to supply the id when updating a selected task. To restrict the database to update more tasks when the selected tasks table contains more than one task, the update is limited to the first element.
+
A task can only be updated when it is selected. The selected tasks are stored in the [[Selected tasks database table|selected tasks table]]. This means that the user does not have to supply the id when updating a selected task. To restrict the database to update more tasks when the selected tasks table contains more than one task, the update is [http://www.sqlite.org/lang_select.html limited] to the first element.
  
 
=== Delete ===
 
=== Delete ===

Revision as of 21:32, 16 November 2011

Personal tools