We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Database->insert()
insertId
1 parent 95a4c25 commit 2aa0310Copy full SHA for 2aa0310
Database.php
@@ -199,7 +199,8 @@ public function delete($table, $where = null)
199
* used). This doesn't need to be set, but it must be if you want to use
200
* the `Result->insertId()` method.
201
*
202
- * @return Result
+ * @return Result Note that only the `insertId()` method can be used in the result. The row's data is
203
+ * not populated into the object.
204
*/
205
public function insert($table, $set, $pkey = '')
206
{
0 commit comments