Changes between Initial Version and Version 1 of Ticket #13310, comment 6
- Timestamp:
- 10/19/2012 10:45:49 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13310, comment 6
initial v1 1 1 Wow, in 2 years you were not able to make option_name a varchar(255)... I tried to use get_transient and set_transient, but I got stuck by this "feature". 2 2 3 As reported also in http://core.trac.wordpress.org/ticket/15058 with transient values the limit is 45 characters, and if you use hashes and long identifiers to avoid collisions it's quite easy to reach the limit.3 As reported also in #15058 with transient values the limit is 45 characters, and if you use hashes and long identifiers to avoid collisions it's quite easy to reach the limit. 4 4 5 5 Please excuse me for this rant, but developing WordPress plugins using its APIs sometimes is frustrating.