You are here

sqlsrv.info in Drupal driver for SQL Server and SQL Azure 7

Same filename and directory in other branches
  1. 7.3 sqlsrv.info
  2. 7.2 sqlsrv.info
name = SQL Server
description = Driver for SQL Server and SQL Azure.
core = 7.x
package = Database engines

; This is slightly evil, but for a good cause. We need the module to be
; enabled in order to receive security updated and track usage data.
required = TRUE

; Tests
files[] = tests/sqlsrv.schema.test
files[] = tests/sqlsrv.select.test

File

sqlsrv.info
View source
  1. name = SQL Server
  2. description = Driver for SQL Server and SQL Azure.
  3. core = 7.x
  4. package = Database engines
  5. ; This is slightly evil, but for a good cause. We need the module to be
  6. ; enabled in order to receive security updated and track usage data.
  7. required = TRUE
  8. ; Tests
  9. files[] = tests/sqlsrv.schema.test
  10. files[] = tests/sqlsrv.select.test