Skip to content
  • Daniel Espinosa Ortiz's avatar
    gda: added new GdaText for large strings · 55ae8724
    Daniel Espinosa Ortiz authored
    GdaText is a new boxed type to be used when you have
    large texts to load. Some providers, like MySQL, uses
    varchar(30) as default, if your string is larger,
    any update or insert will fail; in that cases we introduce
    a new 'text' type and providers support it now.
    55ae8724