tnktp
tnktp
Comments
-
As you saw from my other post, you may imagine that my client who has close to 100 lists is pushing me pretty hard about this feature. Is this something you plan on integrating and if so what is the time line?
I may have to put together a…
-
Just to confirm, that resolved my issue. I hope that you'll integrate this with future releases for other users.
mysql> alter table campaigns modify column lists text;
mysql> alter table campaigns modify column to_send_lists t… -
I'm assuming you meant the column 'lists' and not 'list'.
mysql> alter table campaigns modify column lists text;
-
No, I unfortunately just followed your instructions and did not audit the code.
-
(redacted)
-
More problems. I altered the table and set the column to text. Regardless, this brand user has managed to yet again send to a list does not belong to them. The same impact as before, a very high bounce rate and lots of unsubscribes which does not…
-
Thank you for your help, Ben! Will changing my schema cause any problems with upgrades in the future?
-
I vote for this as well.
-
(Additionally I would say it's a bug that there's not error handling for >33 lists.)
-
Ben! So it's quite possible then. The problem is evident. I have a client with 74 lists, to_send_lists is a varchar of 100. They're maxing this out, it's getting truncated. That's where the list ID 1 comes from.
Why were you so sure it's …
-
I wish I could agree with your certainty. Here is the list in question:
mysql> select id, app from lists where name like 'Amy%'; +----+------+ | id | app | +----+------+ | 1 | …