bencarter78 / odbc

MIT License
24 stars 17 forks source link

Eloquent SQL Server 2000 #2

Closed 4ern closed 8 years ago

4ern commented 8 years ago

I'm using a Server with SQL Server 2000 in conjunction with laravel. I have been successfully able to connect with the TCK / ODBC.

Now I have a problem with the -> find () method, which creates a SQL string with the LIMIT statement. Unfortunately the SQL Server 2000 only knows the TOP statement.

Is there a chance to add a method or else so I could use eloquents?

Thanks

mlntn commented 8 years ago

@4ern I just added a pull request that fixes that. See #3.