Method: DBGeni::Migrator::Sybase#code_errors

Defined in:
lib/dbgeni/migrators/sybase.rb

#code_errorsObject



60
61
62
63
64
65
66
67
# File 'lib/dbgeni/migrators/sybase.rb', line 60

def code_errors
  # In sybase the code errors are just the same as migration errors

  errors = migration_errors
  if errors == ''
    errors = nil
  end
  errors
end