dba 7.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| dba-7.x-1.0-alpha2.tar.gz | 26.64 KB | e2dff62b08f711f7a836fc99f4eaeb84 |
| dba-7.x-1.0-alpha2.zip | 31.63 KB | db97254dcd63999eea69c5d58b09cbc5 |
Release notes
- #1517872: Function ereg_replace() is deprecated in dba_export_table() (line 444...
- ereg_replace() is deprecated, replace with call to preg_replace()
- disable output buffer when downloading database dump
- don't cache output in variable (avoid memory overflow)
- Fix call to drupal_placeholder()
- Converted statpack report to use Drupal's Batch API (still generates an incomplete / somewhat buggy report)
dba 7.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| dba-7.x-1.0-alpha1.tar.gz | 25.74 KB | 6606ecc52e965efdb51d26655a7689d1 |
| dba-7.x-1.0-alpha1.zip | 30.67 KB | c5c1fd940dc169428470dc4bf2a7edb2 |
Release notes
The following features are currently implemented in the Drupal 7.x-1.0-alpha1 version of this module:
- Can list all tables in your default database
- Can view data from one or more tables
- Can describe one or more tables
- Generates annotated mysqlreport output for MySQL databases
- Generates limited annotated report output for PostgreSQL databases
- Can export data from one ore more tables into any of the following formats:
- CSV
- HTML
- mysqldump (only works with MySQL databases)
- OpenOffice Spreadsheet
- OpenOffice Document
- Microsoft Excel
- Microsoft Word
- Can truncate one or more tables
- Fully supports MySQL, PostgreSQL and SQLite
- Drush integration
- drush dba-sqlreport (mysqlreport output on command line)
dba 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dba-7.x-1.x-dev.tar.gz | 26.65 KB | a104e961ac7a2923de3e7bfce9e983e6 |
| dba-7.x-1.x-dev.zip | 31.64 KB | d67ac8452f797eccc33b3e6e6b196487 |
Release notes
Drupal 7 development branch.
dba 4.7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| dba-4.7.x-1.2.tar.gz | 21.32 KB | 5e390c8bc4cf78ee4da2c81205fd78b4 |
| dba-4.7.x-1.2.zip | 23.31 KB | f58d86d9ee9ee2365c6810bb17820678 |
Release notes
This is a critical security update. All users of this module are urged to upgrade immedately. See DRUPAL-SA-2007-013 for more information.
dba 4.7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| dba-4.7.x-1.1.tar.gz | 20.27 KB | cbd3e63bbc59e5a18227a3e4036e556e |
| dba-4.7.x-1.1.zip | 22.17 KB | 1936722eace88dcd348dd0c6a2f36efd |
Release notes
Fixes issue where buttons were not working on main dba page (ie to backup a selection of tables). Also fixes backup logic that wasn't always saving proper default values.
UPDATE: This version is insecure. See DRUPAL-SA-2007-013 for more details. Sites should upgrade to 4.7.x-1.2 immediately.
dba 4.7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dba-4.7.x-1.x-dev.tar.gz | 21.61 KB | a280d8baedfa2aa488ae7559a3996725 |
| dba-4.7.x-1.x-dev.zip | 23.68 KB | a22c27f3b4be9e63eb42abad474f4a89 |
Release notes
4.7 development branch. The latest features, bug fixes, and bugs can be downloaded here.
dba 4.7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| dba-4.7.x-1.0.tar.gz | 20.61 KB | 3d42060c1cb8e17a708529ce191b9855 |
| dba-4.7.x-1.0.zip | 22.44 KB | 4f151fc33aeb8bbd4e0ed7f30669a4ff |
Release notes
The initial release that is fully compatible with the 4.7.x Drupal core.
New features since 4.6.x:
- The database overview administration page (admin/database) has been simplified. Instead of a large number of "Action" links next to each table, the table name is now a link to new page with a series of sub-tabs to perform each of the desired actions.
- There is now an 'optimize' operation on tables for sites using MySQL.
- #41589: You can configure certain tables to skip during automated backups.
Otherwise, all of the changes from the 4.6.x-1.0 release are to become compatible with the 4.7.x core API:
- #40661: The checkboxes next to the table names on the database overview page now work.
- #40660: When viewing a table, the "edit row" and "delete row" links now work.
- #68274: Everything on the admin/settings/dba settings page can now be updated and properly saved.
- #98457: When using the query page (admin/database/query), the results are once again displayed.
- Lots of other changes to match the 4.7.x core API.
dba 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| dba-5.x-1.x-dev.tar.gz | 21.82 KB | 32416a91cae9267ee04be9d9541e35f7 |
| dba-5.x-1.x-dev.zip | 24.08 KB | 6e7d78e1758ec9de3c351748eb7747cc |
Release notes
Initial port to the Drupal 5.x API is now done. A few things are still broken, so use at your own risk.