Tim Abell

Results 106 comments of Tim Abell

I haven't looked into it, couldn't say.

Not one I've seen before, but edmx is a hideous beast with many undocumented layers of doom within so can't say I'm surprised. Happy to consider pull requests. Make sure...

feel free to submit a PR, though make sure you understand the various branches first see also issue #1

Well that's rather annoying! shame on microsoft for not supporting documentation any more. It might be better if the generated sql were to detect that it's running on sql rather...

I'd want to do it in pure SQL because the library now supports generating a migration sql script for a DBA to run. Note to self: http://stackoverflow.com/questions/1375934/how-can-i-detect-which-version-of-sql-eg-sql-2008-or-sql-azure

I seem to be rather short on time at the moment.

http://stackoverflow.com/q/12458292/10245 - how to document schema for azure (you don't, ffs microsoft) so we're down to detecting if that proc exists and only using it if it does. - Given...

I got as far as putting all the SQL behind an interface so we can swap out implementations for different RDBMs but I haven't had time to work out what...

Thanks, this project has been written with Sql Server specific SQL embedded in it as you gathered. Feel free to fork the project and come up with an approach for...