10 calls to db_insert() in Drupal 7
- DatabaseInsertTestCase::testMultiInsert in modules/
simpletest/ tests/ database_test.test - Test that we can insert multiple records in one query object.
- DatabaseInsertTestCase::testRepeatedInsert in modules/
simpletest/ tests/ database_test.test - Test that an insert object can be reused with new data after it executes.
- DatabaseInsertTestCase::testSimpleInsert in modules/
simpletest/ tests/ database_test.test - Test the very basic insert functionality.
- system_update_7003 in modules/
system/ system.install - Update {blocked_ips} with valid IP addresses from {access}.
- system_update_7007 in modules/
system/ system.install - Convert to new method of storing permissions.
- system_update_7011 in modules/
system/ system.install - Split the 'bypass node access' permission from 'administer nodes'.
- system_update_7029 in modules/
system/ system.install - Add new 'view own unpublished content' permission for authenticated users. Preserves legacy behavior from Drupal 6.x.
- system_update_7036 in modules/
system/ system.install - Split the 'access site in maintenance mode' permission from 'administer site configuration'.
- system_update_7053 in modules/
system/ system.install - Upgrade standard blocks and menus.
- system_update_7061 in modules/
system/ system.install - Migrate upload.module data to the newly created file field.