Changes between Initial Version and Version 2 of Ticket #10384


Ignore:
Timestamp:
Oct 15, 2012, 2:12:01 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10384

    • Property Cc Steffen Hoffmann added; anonymous removed
    • Property Summary changed from Properly cast "authenticated" field for subscription_attribute table to Properly cast `authenticated` field for subscription_attribute table
  • Ticket #10384 – Description

    initial v2  
    1 "authenticated" is an integer in SQL schema, so it should be properly cast: for example, PostgreSQL is picky about this.
     1`authenticated` is an integer in SQL schema, so it should be properly cast: for example, PostgreSQL is picky about this.