chop-dbhi / dataexpress

[NOT MAINTAINED] DataExpress is a simple, Scala-based cross database ETL toolkit supporting Postgres, MySql, Oracle, SQLServer, and Sqlite
http://dataexpress.research.chop.edu
BSD 2-Clause "Simplified" License
72 stars 9 forks source link

Please add compileDropIfExists in SqlServerGrammar.php #49

Open ifaniqbal opened 10 years ago

ifaniqbal commented 10 years ago

I found that Schema::dropIfExists not working for sqlsrv driver because it is not implemented in SqlServerGrammar.php. Please fix this issue. Thank you.