Subject | Drupal 7 progress |
---|---|
Author | |
Post date | 2014-12-19T18:37:18Z |
I have moved the git repository to github
also i have cleaned up the code base a little bit
https://github.com/mariuz/firebird-drupal
The installation reaches this step
CREATE TABLE drupal_install_test (id int)
INSERT INTO drupal_install_test (id) VALUES (1)
UPDATE drupal_install_test SET id = 2
DELETE FROM drupal_install_test
DROP TABLE drupal_install_test
SELECT "VALUE" FROM "VARIABLE" WHERE name = :name
name => install_task
seems to be an issue with a select from a non existent table
Firebird/Interbase Support in Drupal 7 [#362178] | Drupal.org