Log message #4152568

# At Username Text
# Jun 20th 2018, 09:34 portilloster Morning guys!! I found on the documentation how to update data but the example that appears is just with one field. Anyone knows how to update multiple fields using this example below?
# Jun 20th 2018, 09:28 josbeir i think this should probably be ported to EntityContext too
# Jun 20th 2018, 09:27 josbeir there was still an issue when creating new nested entities with validation errors as the entity is not available in the parent document, this fixes that too :slightly_smiling_face:
# Jun 20th 2018, 09:25 lorenzo cool!
# Jun 20th 2018, 09:25 josbeir @lorenzo i improved the nested validation error checking in documentcontext => https://github.com/cakephp/elastic-search/pull/175 but best to merge after the 3.6.6. rls :slightly_smiling_face:
# Jun 20th 2018, 08:09 sadf okay thanks, I will look into that
# Jun 20th 2018, 08:09 neon1024 https://github.com/cakephp/orm
# Jun 20th 2018, 08:09 neon1024 Yes
# Jun 20th 2018, 08:08 sadf can I use the cakephp tableRegistry and models as a database library without using the entire cakephp framework ?
# Jun 20th 2018, 07:56 josbeir morning all
# Jun 20th 2018, 07:50 neon1024 Well cs-CZ seems to be a valid code
# Jun 20th 2018, 07:48 neon1024 Locale codes should be listed in the Intl docs on php.net
# Jun 20th 2018, 06:21 pidlo with fra config language and fra directtory is this ok.. whitch pair is for czech? or when i find this definition of locales?
# Jun 20th 2018, 06:19 pidlo i am using czech locale in appcontroller i have config language cze and dir name cs_CZ but no effect ..
# Jun 20th 2018, 06:18 pidlo hello all i have some troubles with locales in cakephp 2.8 when i migrate from 2.6 (php 5.2 to 7.0)..
# Jun 19th 2018, 19:05 dwms @lorenzo: 2012
# Jun 19th 2018, 19:02 lorenzo what version of sqlserver do you use @dwms
# Jun 19th 2018, 18:47 mikesmoniker Any ideas why prefix() doesn’t seem to be looking for my controller within the sub-namespace like I’d expect it to? https://gist.github.com/themrwilliams/7924f200ed93a786ac69843f11e6657d
# Jun 19th 2018, 18:42 slackebot works $table->patchEntity($entity, $data); $table->save($entity);```
# Jun 19th 2018, 18:42 pekka_slack Hi, I encountered an issue that I don't recall seeing, but assume it's just my lack of experience. This is regarding saving an entity with a boolean value. The MySQL DB column is set to tinyint. Setting a value to true doesn't work, but setting it to a numeric 1 works. Just curious what could be going on? ```$data[error] = true; // this doesn't work $table->patchEntity($entity, $data); $table->save($entity); $data[error] = 1; // this
# Jun 19th 2018, 16:43 dwms ?????????????????????
# Jun 19th 2018, 16:34 dwms top 100
# Jun 19th 2018, 16:34 dwms example
# Jun 19th 2018, 16:34 dwms how to add top in selects
# Jun 19th 2018, 16:34 dwms my select is slow because cakephp 3 uses offset rather than top
# Jun 19th 2018, 16:33 dwms I use sqlserver with cakephp 3
# Jun 19th 2018, 16:33 dwms help
# Jun 19th 2018, 16:17 neon1024 https://github.com/cakephp/phinx/blob/master/.travis.yml#L38
# Jun 19th 2018, 16:17 neon1024 So it could be entirely possible that there are no issues to fix
# Jun 19th 2018, 16:17 neon1024 PHP CS is run by Travis for Phinx also
# Jun 19th 2018, 16:16 neon1024 So that specific case is already in the ruleset it would seem
# Jun 19th 2018, 16:15 neon1024 File uploaded https://cakesf.slack.com/files/U1BT622HW/FBB5X3VDL/screen_shot_2018-06-19_at_17.15.32.png / https://slack-files.com/T053DPNCM-FBB5X3VDL-a94de446a5
# Jun 19th 2018, 16:15 josbeir i just use the cake one
# Jun 19th 2018, 16:15 neon1024 However, that might be phpcs, or phpmd, I have a bunch of stuff running in PHP Storm
# Jun 19th 2018, 16:14 neon1024 Mine here enforces a blank line before a return inside a method at least
# Jun 19th 2018, 16:14 neon1024 The Cake standard is an extension of PSR2
# Jun 19th 2018, 16:11 josbeir so i guess psr2 it is :slightly_smiling_face:
# Jun 19th 2018, 16:11 josbeir travis uses the default config
# Jun 19th 2018, 16:11 josbeir - if [[ $PHPCS = 1 ]]; then vendor/bin/phpcs -p -s src; fi
# Jun 19th 2018, 16:11 josbeir have you checked travis?
# Jun 19th 2018, 16:11 rquadling It seems that no one is really defining what's what.