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

mapserver / mapserver / 787 / 1
38%
master: 38%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2015 09:21PM UTC
Files 114
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

30 Jan 2015 06:07PM UTC coverage: 60.975%. First build
787.1

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

33681 of 55237 relevant lines covered (60.98%)

30178.9 hits per line

Source Files on job 787.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 787
  • Travis Job 787.1
  • 4f4bcf7f on github
  • Next Job for on master (#796.1)
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