Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthorjzting
     
    hi,

    i'm trying to use the CLOB data type in oracle to allow for data > 4000 characters long. however when i try to save a record, it tries to validate the column as a large varchar and outputs "COLUMN_NAME is too long (max is 4000 characters)".

    any idea of how to get around this?

    - jason
    • CommentAuthorKaste
     

    You don't use the latest version, do you? I don't know, but I think there was something quite a while ago.

    •  
      CommentAuthorbermi
     

    Hi Jason,

    You can disable automatic length validation by adding

    var $_automated_max_length_validator = false;
    

    in your app/shared_model.php

    BTW, can you share your AkOracleDbAdapter? Thanks!

    • CommentAuthorKaste
     

    I bet you a schnapps, he's running Akelos 0.8 before we had DbAdapters.

    ;-)