# |
Oct 4th 2016, 09:00 |
eax |
Speud1: Generally it is frowned upon, and reading this: http://dev.mysql.com/doc/refman/5.7/en/identifiers.html - You are neither allowed to have % nor spaces |
# |
Oct 4th 2016, 08:59 |
neothermic |
If you want to make sure nothing breaks, always adhere to that restriction. |
# |
Oct 4th 2016, 08:59 |
neothermic |
http://dev.mysql.com/doc/refman/5.7/en/identifiers.html |
# |
Oct 4th 2016, 08:59 |
neothermic |
```Permitted characters in unquoted identifiers: ASCII: [0-9,a-z,A-Z$_] (basic Latin letters, digits 0-9, dollar, underscore)``` |
# |
Oct 4th 2016, 08:59 |
eax |
Hang on, lemme check docs |
# |
Oct 4th 2016, 08:59 |
dakota |
Back in the time of the monsters that were SVN and trac |
# |
Oct 4th 2016, 08:59 |
Speud1 |
mysql db |
# |
Oct 4th 2016, 08:59 |
Speud1 |
@eax, what do you mean ? |
# |
Oct 4th 2016, 08:58 |
eax |
Speud1: What kind of database are you running? |
# |
Oct 4th 2016, 08:58 |
Speud1 |
even if it's a string |
# |
Oct 4th 2016, 08:58 |
Speud1 |
add operator in field like % ? |
# |
Oct 4th 2016, 08:58 |
dakota |
before the sands of slack, and the lands of github even existed, we were one with the cake_novice |
# |
Oct 4th 2016, 08:58 |
Speud1 |
we cannot ? |
# |
Oct 4th 2016, 08:58 |
Speud1 |
yes |
# |
Oct 4th 2016, 08:58 |
eax |
Speud1: Are your field names actually named: "% Phone Tickets/Inbound Calls" in your database? |
# |
Oct 4th 2016, 08:57 |
Speud1 |
trying to save this entity: http://pastebin.com/Xh50rTRc |
# |
Oct 4th 2016, 08:57 |
Speud1 |
someone has already got this errror: Fatal error: Unsupported operand types in D:\Wamp\www\qcheck\vendor\cakephp\cakephp\src\ORM\Table.php on line 1479 (from a shell script with cake3) |
# |
Oct 4th 2016, 08:57 |
rchavik |
we're ancient :) |
# |
Oct 4th 2016, 08:56 |
dakota |
I had forgotten about the Cake prayer |
# |
Oct 4th 2016, 08:56 |
dakota |
rchavik, lol :slightly_smiling_face: |
# |
Oct 4th 2016, 08:56 |
Speud1 |
Hello everybody |
# |
Oct 4th 2016, 08:54 |
rchavik |
~pray |
# |
Oct 4th 2016, 08:53 |
dakota |
:pray: |
# |
Oct 4th 2016, 08:53 |
dakota |
All hail CRUD |
# |
Oct 4th 2016, 08:52 |
jippi |
Thanks for sharing the gospel of crud! :) |
# |
Oct 4th 2016, 08:52 |
dakota |
hehe |
# |
Oct 4th 2016, 08:52 |
dakota |
Followed by nearlly 100 developers going â??Wow!" |
# |
Oct 4th 2016, 08:52 |
jippi |
Haha |
# |
Oct 4th 2016, 08:52 |
dakota |
Nothing like going â??See all these 100s of lines of code. Watch closely. A quick composer require, a copy paste and now we can delete all that code!" |
# |
Oct 4th 2016, 08:52 |
jippi |
Welcome! :) |
# |
Oct 4th 2016, 08:51 |
dakota |
To admad, jippi and the rest of the FoC/crud contributors :slightly_smiling_face: Thanks for giving me something to absolutely wow the audience at the recent PHP South Africa conference :) |
# |
Oct 4th 2016, 08:47 |
neothermic |
@admad Added coffee, doubled up. Adding space now ;) |
# |
Oct 4th 2016, 08:46 |
slackebot1 |
Action: admad pours neothermic some coffee |
# |
Oct 4th 2016, 08:42 |
neothermic |
@admad Apologies for these small mistakes, I need more coffee :slightly_smiling_face: |
# |
Oct 4th 2016, 08:37 |
neothermic |
@dereuromark I'm happy for ideas on a better way to do that test :slightly_smiling_face: |
# |
Oct 4th 2016, 08:28 |
Neon1024 |
Nice work on the currency() method :) |
# |
Oct 4th 2016, 08:27 |
Neon1024 |
Well, the Number helper in Cake 2 has had some love :) |
# |
Oct 4th 2016, 08:11 |
birdy247 |
Morning |
# |
Oct 4th 2016, 08:06 |
neothermic |
zomg. |
# |
Oct 4th 2016, 08:06 |
ndm |
Using an additional date-only column, or comparing between two full datetime strings may be the better choice |
# |
Oct 4th 2016, 08:05 |
ndm |
@AngryDad_ It's inefficient since the query will not be able to use indices, and the DBMS date may be different to the PHP date, which may have been the source to initially create the value... |