Ken Collins
Ken Collins
> Again: this has nothing to do with YAML I KNOW. Seriously :) I knew that all along. This is the point I am making tho. I only used YAML...
cc @TigerMint as my point of contact on this.
Linking https://github.com/Microsoft/mssql-docker/issues/8
Some notes on playing with the latest [docker image](https://github.com/rails-sqlserver/docker-images/tree/master/mssql-server-linux-rails) which has `/opt/mssql/bin/sqlpackage` installed. The below commands will eventually use `sqlcmd` vs `sqsh`. ### Structure Dump We need an empt database...
Mac: https://blogs.technet.microsoft.com/dataplatforminsider/2017/04/03/sql-server-command-line-tools-for-mac-preview-now-available/ Linux: https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools
Use new `structure_dump_flags ` and `structure_load_flags ` seen here: https://github.com/rails/rails/blob/5-1-stable/activerecord/lib/active_record/tasks/database_tasks.rb
Interesting, what version of the adapter/rails? Also, can you tell me more about the schema (column type) under the hood for `some_float`?
I do think this is an adapter but tho and we can improve the logic to rase an error when assigning. Here is our Float type. https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/blob/5-1-stable/lib/active_record/connection_adapters/sqlserver/type/float.rb And here is...
My vote would be to raise something like `EventBusDoesNotExistException`
Could it be similar to this issue? https://github.com/rails-sqlserver/tiny_tds/issues/396#issuecomment-344225690