Blaz Smolnikar

Results 6 comments of Blaz Smolnikar

as @rollinsio mentioned. With xcode 13 this again becomes an issue.

Is here something new maybe? 😇

My approach to this is that when I pass some flag to bake I generate additional class which is generated only once. When flag is passed it creates for example...

@geoidesic @markstory @dereuromark here is my implementation https://github.com/GrandFelix/bake/commit/de7a807b4459a55186c2096be43deb272519bd6c

~~https://github.com/cakephp/bake/pull/733~~ https://github.com/cakephp/bake/pull/793

Why there is no option that we could use custom delimiter ? `multiStmtDelimiter = []byte(";")` could be anything right? Like `##__##` and we could parse sql files properly so we...