Greg Weber
Greg Weber
What would the UX for this be? The easiest way to move forward on this may be to keep the shared drives relatively isolated. The user could select a different...
So the proxy spec says that proxy objects have their own identity. That is fine, however proxies are an implementation detail of contracts.coffee. This is very annoying: I have code...
I am not sure what the default should be. I lean towards no side effects by default, but I haven't noticed this before. I think this is because I hardly...
if I see `obj` I am just thinking that the contract is for an object. something that gets at the proxy meaning more might be nicer. ``` coffee f ::...
This would interact poorly with #434 (probably throw an error if both are specified). It seems like this could be accomplished externally with a loop (not sure how annoying that...
#256 also tries to tackle this by specifying a target to migrate down to. I think the approach there could be safer and avoid accidental off by 1 errors, etc?
I opened https://github.com/amacneil/dbmate/pull/438 which allows a syntax for specifying a range of migration. If you wanted to specify migrating down the last 2 versions, you could use `-m -2...`. But...
What exact commands are you running? Can you try creating the DB yourself first without using dbmate?
I agree that erroring on unset/unspecified is best. Perhaps we should think about placeholders more? Then we don't need our own variable feature but instead a feature for working with...
What's the actual downside of using sqlx?