Changes between Initial Version and Version 1 of Ticket #753


Ignore:
Timestamp:
Oct 12, 2008, 8:31:18 AM (16 years ago)
Author:
Ageless
Comment:

Fixed formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #753 – Description

    initial v1  
    11
    2 If user id exists in [b]subscriptions[/b] table but doesn't exist in [b]user[/b] table (happened on my project after I've deleted spammers accounts) create_post() causes db erros, because it tries to execute query
    3 'query: replace into enigma.notify set [b]userid=[/b], create_time=1223811818, type=4, opaque=2'
     2If user id exists in '''subscriptions''' table but doesn't exist in '''user''' table (happened on my project after I've deleted spammers accounts) create_post() causes db erros, because it tries to execute query
     3"query: replace into enigma.notify set '''userid=''', create_time=1223811818, type=4, opaque=2"
    44which fails.
    55