othercorey

Results 200 comments of othercorey

@markstory Is there anything we should do for this or leave it as a user land issue?

> This could be related to MySQL no longer storing integer lengths and instead only having 'display width' now. It's the other way. Mysql no longer has display width.

What does the number represent for migrations?

@pabloelcolombiano Were you planning on writing this or just a request?

There is one direct use of WWW_ROOT in cakephp/cakephp, but it's in `ServerCommand`. The only use of `App.webroot` is in `ServerRequestFactory::updatePath()`: ``` $endsWithIndex = '/' . (Configure::read('App.webroot') ?: 'webroot') ....

@swiffer How does the latest 3.next work for you?

I tried changing the Sqlite connection to enable shared cache, but it just creates a file with cache=shared in it.

According to sqlite docs, URI filenames are disabled by default so I don't know if this support would actually help. > In order to maintain full backwards compatibility for legacy...