Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3f115334
Commit
3f115334
authored
Feb 08, 2010
by
Angie Byron
Browse files
#702514
by foripepe and mr.baileys: Fixed Documentation problem with Database abstraction layer.
parent
4016493b
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/database/database.inc
View file @
3f115334
...
...
@@ -112,7 +112,7 @@
* one would instead write:
* @code
* $fields = array('nid' => 1, 'title' => 'my title', 'body' => 'my body');
* db_insert('
my_tabl
e')->fields($fields)->execute();
* db_insert('
nod
e')->fields($fields)->execute();
* @endcode
* This method allows databases that need special data type handling to do so,
* while also allowing optimizations such as multi-insert queries. UPDATE and
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment