• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mapserver / mapserver / 787
38%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2015 09:21PM UTC
Jobs 2
Files 0
Run time 1128min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
787

Pull #5061

travis-ci

rouault
Support GDAL 2.0 64bit integer fields

Now that http://trac.osgeo.org/gdal/wiki/rfc31_ogr_64 has been
committed in GDAL trunk 2.0dev, OFTInteger64 can be return as a
field type.
So :
- when reading OGR layer, support mapping OFTInteger64 to a new "Long" datatype
- when reading PostGIS layer, map INT8 columns to "Long" datatype
- in mapwfs, map "Long" to xs:long
- in OGR output code, map "Long" to OFTInteger64, if GDAL 2.0, or
  OFTReal otherwise

OGR_F_GetFID() in GDAL 2.0 returns a 64 bit integer. We just fix
warnings by casting to int, but if a 64bit FID was really returned,
we might have issues.
Pull Request #5061: Support GDAL 2.0 64bit integer fields

33691 of 55237 relevant lines covered (60.99%)

60351.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 787.1 11 Feb 2015 09:21PM UTC 0
60.98
Travis Job 787.1
2 787.2 11 Feb 2015 09:26PM UTC 0
Travis Job 787.2
Source Files on build 787
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #787
  • Pull Request #5061
  • Next Build on master (#796)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc