INSERT specific columns by passing an assoc array to insert() #33

Merged
vlw merged 2 commits from refs/pull/33/head into master 2024-02-14 10:15:24 +01:00
vlw commented 2024-02-14 10:10:27 +01:00 (Migrated from codeberg.org)

INSERT values for specified columns by passing an associative array to MySQL->insert(). Passing a sequential array will assume you wish to insert data into all defined columns in the table.

INSERT values for specified columns by passing an associative array to `MySQL->insert()`. Passing a sequential array will assume you wish to insert data into all defined columns in the table.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlw/php-mysql!33
No description provided.