]> git.ipfire.org Git - thirdparty/pdns.git/log
thirdparty/pdns.git
12 years agoForce UTF-8 encoding on data
Aki Tuomi [Fri, 30 May 2014 12:13:43 +0000 (15:13 +0300)] 
Force UTF-8 encoding on data

12 years agoRearm remotebackend http tests
Aki Tuomi [Fri, 30 May 2014 12:13:31 +0000 (15:13 +0300)] 
Rearm remotebackend http tests

12 years agodocument pdns.DROP for recursor, add policy-drops metric for it
bert hubert [Fri, 30 May 2014 08:55:44 +0000 (10:55 +0200)] 
document pdns.DROP for recursor, add policy-drops metric for it

12 years agohack build-recursor to skip 0.0_ prefix for non-snapshot builds rec-3.6.0-rc1
Peter van Dijk [Fri, 30 May 2014 06:59:24 +0000 (06:59 +0000)] 
hack build-recursor to skip 0.0_ prefix for non-snapshot builds

12 years agoupdate rec 3.6.0 release notes
Peter van Dijk [Fri, 30 May 2014 06:23:12 +0000 (08:23 +0200)] 
update rec 3.6.0 release notes

12 years agoDisable test_create_zone_with_soa_edit(), which breaks validation of the code eventho... 1438/head
Mark Schouten [Wed, 28 May 2014 15:18:25 +0000 (17:18 +0200)] 
Disable test_create_zone_with_soa_edit(), which breaks validation of the code eventhough it's ok.

12 years agowe had some 32 bit counters left and they were messing with my beautiful stats!
bert hubert [Wed, 28 May 2014 10:49:24 +0000 (12:49 +0200)] 
we had some 32 bit counters left and they were messing with my beautiful stats!

12 years agoImplement the /cryptokeys[/key-id] url in the JSON API.
Mark Schouten [Wed, 28 May 2014 08:45:33 +0000 (10:45 +0200)] 
Implement the /cryptokeys[/key-id] url in the JSON API.

When querying /servers/localhost/zones/<zonename>/cryptokeys, you get all the available cryptokeys and dses asociated with them.

When querying /servers/localhost/zones/<zonename>/cryptokeys/<id>, you get just that cryptokey, its dses and the content of the key.

12 years agoOpen database only once
Aki Tuomi [Wed, 28 May 2014 07:37:30 +0000 (10:37 +0300)] 
Open database only once

12 years agoFix logging to use class variable to avoid multiple file opens
Aki Tuomi [Wed, 28 May 2014 07:36:46 +0000 (10:36 +0300)] 
Fix logging to use class variable to avoid multiple file opens

12 years agoUse absolute path
Aki Tuomi [Wed, 28 May 2014 07:36:39 +0000 (10:36 +0300)] 
Use absolute path

12 years agoThis kindof implements https://github.com/PowerDNS/pdnsapi/blob/master/api_spec.md...
Mark Schouten [Tue, 27 May 2014 15:07:03 +0000 (17:07 +0200)] 
This kindof implements https://github.com/PowerDNS/pdnsapi/blob/master/api_spec.md#cryptokeys

There is an issue with dses not being consistent (thus incorrect) and the content of the keys should only be returned if <keyid> is sent in the request. Thus, this needs some more work.

12 years agoUpdated docs to include mention of the unix domain socket functionality for the pipe... 1440/head
rhomber [Tue, 27 May 2014 11:34:28 +0000 (21:34 +1000)] 
Updated docs to include mention of the unix domain socket functionality for the pipe backend.

12 years agoFix abiVersion checks to facilitate new versions (thanks @rhomber) 1386/head
Aki Tuomi [Tue, 27 May 2014 10:31:01 +0000 (13:31 +0300)] 
Fix abiVersion checks to facilitate new versions (thanks @rhomber)

12 years agoOptimize abiVersion usage
Aki Tuomi [Sun, 27 Apr 2014 14:38:34 +0000 (17:38 +0300)] 
Optimize abiVersion usage

12 years agoDocumentation for pipebackend axfr change
Aki Tuomi [Sun, 27 Apr 2014 14:21:06 +0000 (17:21 +0300)] 
Documentation for pipebackend axfr change

12 years agoBump version to 4
Aki Tuomi [Sun, 27 Apr 2014 14:21:01 +0000 (17:21 +0300)] 
Bump version to 4

12 years agoOnly support it for v3 and above
Aki Tuomi [Sun, 27 Apr 2014 14:08:19 +0000 (17:08 +0300)] 
Only support it for v3 and above

12 years agoAdd zone into AXFR query
Aki Tuomi [Sun, 27 Apr 2014 14:04:19 +0000 (17:04 +0300)] 
Add zone into AXFR query

12 years agotouch dnslabeltext.cc in dist-recursor to avoid useless recompile, thanks @mind04
Peter van Dijk [Tue, 27 May 2014 09:33:52 +0000 (11:33 +0200)] 
touch dnslabeltext.cc in dist-recursor to avoid useless recompile, thanks @mind04

12 years agoadd ragel compilation rule to recursor makefile to please the 'preferred form of...
bert hubert [Tue, 27 May 2014 08:26:20 +0000 (10:26 +0200)] 
add ragel compilation rule to recursor makefile to please the 'preferred form of modification' gods

12 years agoadd comment, plus add dnslabeltext.rl to recursor tarball as requested in #1406....
bert hubert [Tue, 27 May 2014 08:16:11 +0000 (10:16 +0200)] 
add comment, plus add dnslabeltext.rl to recursor tarball as requested in #1406. Closes #1406.

12 years agoimplement patch from #424 improving ('fixing') our average latency calculation. Close...
bert hubert [Tue, 27 May 2014 08:03:01 +0000 (10:03 +0200)] 
implement patch from #424 improving ('fixing') our average latency calculation. Closes #424.

12 years agoadd documentation for follow cname option in Lua.
bert hubert [Tue, 27 May 2014 07:40:39 +0000 (09:40 +0200)] 
add documentation for follow cname option in Lua.

12 years agoMerge remote-tracking branch 'origin/cnamefollow'
bert hubert [Tue, 27 May 2014 07:30:02 +0000 (09:30 +0200)] 
Merge remote-tracking branch 'origin/cnamefollow'

12 years agoImplement the bool() dnssec in <api>/servers/localhost/zones/<zone>
Mark Schouten [Mon, 26 May 2014 18:49:52 +0000 (20:49 +0200)] 
Implement the bool() dnssec in <api>/servers/localhost/zones/<zone>

Allow setting SOA-EDIT via the API

12 years agoMerge pull request #1411 from cmouse/experimental-pkcs11-rollup-1
Peter van Dijk [Mon, 26 May 2014 08:09:06 +0000 (10:09 +0200)] 
Merge pull request #1411 from cmouse/experimental-pkcs11-rollup-1

PKCS#11 rollup patch

12 years agoAdd missing options and conditionals to enable pkcs#11 when needed 1411/head
Aki Tuomi [Sat, 24 May 2014 14:39:34 +0000 (17:39 +0300)] 
Add missing options and conditionals to enable pkcs#11 when needed

12 years agoSupport for PKCS#11 signing
Aki Tuomi [Thu, 15 May 2014 13:17:15 +0000 (16:17 +0300)] 
Support for PKCS#11 signing

12 years agofix an important omission from the docs
bert hubert [Sat, 24 May 2014 11:26:52 +0000 (13:26 +0200)] 
fix an important omission from the docs

12 years agoMerge pull request #1427 from zeha/api-delete-204
Peter van Dijk [Thu, 22 May 2014 10:12:58 +0000 (12:12 +0200)] 
Merge pull request #1427 from zeha/api-delete-204

API: return status 204 on successful delete

12 years agostay away from getaddrinfo unless we really can't help it for ascii ipv6 conversions...
bert hubert [Wed, 21 May 2014 12:39:07 +0000 (14:39 +0200)] 
stay away from getaddrinfo unless we really can't help it for ascii ipv6 conversions to binary

12 years agodisable boost::format exceptions in gsql backend 1431/head
Kees Monshouwer [Tue, 20 May 2014 19:39:54 +0000 (21:39 +0200)] 
disable boost::format exceptions in gsql backend

12 years agoMerge pull request #1430 from zeha/e-j-i
Peter van Dijk [Tue, 20 May 2014 19:21:56 +0000 (21:21 +0200)] 
Merge pull request #1430 from zeha/e-j-i

Drop experimental-json-interface from tests and doc

12 years agoDrop experimental-json-interface from tests and doc 1430/head
Christian Hofstaedtler [Tue, 20 May 2014 19:20:18 +0000 (21:20 +0200)] 
Drop experimental-json-interface from tests and doc

12 years agoremove confusing duplicate option experimental-json-server for pdns_recursor. Right...
bert hubert [Tue, 20 May 2014 19:17:19 +0000 (21:17 +0200)] 
remove confusing duplicate option experimental-json-server for pdns_recursor. Right now it is the only webserver we have, use experimental-webserver

12 years agoMerge pull request #1428 from zeha/api-slave-no-soa
Peter van Dijk [Tue, 20 May 2014 17:43:42 +0000 (19:43 +0200)] 
Merge pull request #1428 from zeha/api-slave-no-soa

API: create slave zones completely empty

12 years agoreturn NOTIMP for direct RRSIG request 1429/head
Kees Monshouwer [Thu, 11 Apr 2013 21:26:33 +0000 (23:26 +0200)] 
return NOTIMP for direct RRSIG request

12 years agoAPI: create slave zones completely empty 1428/head
Christian Hofstaedtler [Tue, 20 May 2014 15:22:53 +0000 (17:22 +0200)] 
API: create slave zones completely empty

We should not insert a SOA record, as this would cause serving
of NXDOMAIN until the domain has been slaved.

Fixes #1425.

12 years agoAPI: return status 204 on successful delete 1427/head
Christian Hofstaedtler [Tue, 20 May 2014 13:52:37 +0000 (15:52 +0200)] 
API: return status 204 on successful delete

204 No Content is meant to indicate that the data (zone) is now gone.

Also add tests to make sure DELETE works.

Fixes #1422.

12 years agoMerge pull request #1423 from zeha/api-slave-no-nameservers
Peter van Dijk [Tue, 20 May 2014 13:56:48 +0000 (15:56 +0200)] 
Merge pull request #1423 from zeha/api-slave-no-nameservers

API: Don't require nameservers list for Slave zones

12 years agoAPI: Don't require nameservers list for Slave zones 1423/head
Christian Hofstaedtler [Tue, 20 May 2014 10:08:07 +0000 (12:08 +0200)] 
API: Don't require nameservers list for Slave zones

When creating a Slave zone, it usually doesn't make a lot of sense
to create NS records, as they'll be overwritten by the slaving mechanism
anyway.
This allows not passing 'nameservers' in at all.

Fixes PowerDNS/pdnsapi#2.

12 years agoMerge pull request #1420 from zeha/api-testsuite-cleanup
Peter van Dijk [Tue, 20 May 2014 09:51:34 +0000 (11:51 +0200)] 
Merge pull request #1420 from zeha/api-testsuite-cleanup

Cleanup regression-tests.api test suite

12 years agoMerge pull request #1419 from mind04/suck
Peter van Dijk [Tue, 20 May 2014 08:58:19 +0000 (10:58 +0200)] 
Merge pull request #1419 from mind04/suck

fix an other uninitalized var in suck()

12 years agofix uninitalized var in suck() 1419/head
Kees Monshouwer [Mon, 19 May 2014 13:41:56 +0000 (15:41 +0200)] 
fix uninitalized var in suck()

12 years agoAPI: Fix decoding of symbols 1420/head
Christian Hofstaedtler [Mon, 19 May 2014 15:48:41 +0000 (17:48 +0200)] 
API: Fix decoding of symbols

=2F needs to be a slash, but we thought it was a #.

12 years agoCleanup regression-tests.api test suite
Christian Hofstaedtler [Mon, 19 May 2014 15:04:45 +0000 (17:04 +0200)] 
Cleanup regression-tests.api test suite

Fix PEP8 stuff.
Also fix a not-actually-testing-the-output case.

12 years agoMerge pull request #1418 from mind04/bind
Peter van Dijk [Mon, 19 May 2014 13:17:19 +0000 (15:17 +0200)] 
Merge pull request #1418 from mind04/bind

fix uninitialised values in bind backend

12 years agofix uninitialised values in bind backend 1418/head
Kees Monshouwer [Mon, 19 May 2014 12:56:50 +0000 (14:56 +0200)] 
fix uninitialised values in bind backend

12 years agoactually honour disabled (from json) during zone2sql for mysql or oracle
Peter van Dijk [Mon, 19 May 2014 11:24:14 +0000 (13:24 +0200)] 
actually honour disabled (from json) during zone2sql for mysql or oracle

12 years agoMerge pull request #1414 from mind04/packetcache
Peter van Dijk [Mon, 19 May 2014 08:45:49 +0000 (10:45 +0200)] 
Merge pull request #1414 from mind04/packetcache

packet cache improvements for recursive answers

12 years agoMerge pull request #1415 from mind04/bindcrash
Peter van Dijk [Mon, 19 May 2014 07:39:42 +0000 (09:39 +0200)] 
Merge pull request #1415 from mind04/bindcrash

catch non-fatal exceptions in control listener loop

12 years agocatch non-fatal exceptions in control listener loop 1415/head
Kees Monshouwer [Sat, 17 May 2014 22:37:56 +0000 (00:37 +0200)] 
catch non-fatal exceptions in control listener loop

12 years agodoc: also-notify is overriding only-notify 1454/head
Kees Monshouwer [Sat, 17 May 2014 21:01:58 +0000 (23:01 +0200)] 
doc: also-notify is overriding only-notify

12 years agopacket cache improvements for recursive answers 1414/head
Kees Monshouwer [Sat, 17 May 2014 17:17:00 +0000 (19:17 +0200)] 
packet cache improvements for recursive answers
- fix tagging of recursive packets
- age ttl in packet cache for recursive results
- respect allow-recursion in packet cache

12 years agoMerge pull request #1399 from mind04/delete-tsig
Peter van Dijk [Fri, 16 May 2014 08:59:26 +0000 (10:59 +0200)] 
Merge pull request #1399 from mind04/delete-tsig

pdnssec: fix segfault in delte-tsig-key

12 years agoMerge pull request #1407 from mind04/pdnssec
Peter van Dijk [Thu, 15 May 2014 12:45:15 +0000 (14:45 +0200)] 
Merge pull request #1407 from mind04/pdnssec

pdnssec: fix segfault in list-all-zones without type and a little cleanup

12 years agoMerge pull request #1408 from mind04/pdnssec1
Peter van Dijk [Thu, 15 May 2014 12:44:09 +0000 (14:44 +0200)] 
Merge pull request #1408 from mind04/pdnssec1

pdnssec: add increase-serial option to secure-all-zones

12 years agoMerge pull request #1409 from mind04/remote
Peter van Dijk [Thu, 15 May 2014 12:43:36 +0000 (14:43 +0200)] 
Merge pull request #1409 from mind04/remote

add more remote-backend workaround magic to travis build

12 years agoMerge pull request #1410 from mind04/loglevel
Peter van Dijk [Thu, 15 May 2014 12:38:13 +0000 (14:38 +0200)] 
Merge pull request #1410 from mind04/loglevel

lower loglevel to Info for fresh zones

12 years agolower loglevel to Info for fresh zones 1410/head
Kees Monshouwer [Thu, 15 May 2014 06:48:21 +0000 (08:48 +0200)] 
lower loglevel to Info for fresh zones

12 years agoadd more remote-backend workaround magic to travis build 1409/head
Kees Monshouwer [Wed, 14 May 2014 20:26:50 +0000 (22:26 +0200)] 
add more remote-backend workaround magic to travis build

12 years agopdnssec: add 'increase-serial' to secure-all-zones 1408/head
Kees Monshouwer [Wed, 14 May 2014 19:33:38 +0000 (21:33 +0200)] 
pdnssec: add 'increase-serial' to secure-all-zones
this option increases SOA serial for new signed zones

12 years agopdnssec: remove transaction in secure-all-zones
Kees Monshouwer [Wed, 14 May 2014 19:32:45 +0000 (21:32 +0200)] 
pdnssec: remove transaction in secure-all-zones

12 years agopdnssec: clean up unnecessary scoped_ptr in listAllZones() 1407/head
Kees Monshouwer [Wed, 14 May 2014 18:32:43 +0000 (20:32 +0200)] 
pdnssec: clean up unnecessary scoped_ptr in listAllZones()

12 years agopdnssec: fix segfault in list-all-zones without type
Kees Monshouwer [Wed, 14 May 2014 18:16:58 +0000 (20:16 +0200)] 
pdnssec: fix segfault in list-all-zones without type

12 years agoMerge pull request #1368 from mind04/signing-master
Peter van Dijk [Tue, 13 May 2014 14:59:27 +0000 (16:59 +0200)] 
Merge pull request #1368 from mind04/signing-master

add rectify step before outgoing AXFR

12 years agoadd secure-all-zones command to pdnssec 1368/head
Kees Monshouwer [Tue, 21 May 2013 22:21:29 +0000 (00:21 +0200)] 
add secure-all-zones command to pdnssec

12 years agoMerge pull request #1305 from cmouse/experimental-pkcs11-support
Peter van Dijk [Tue, 13 May 2014 13:04:54 +0000 (15:04 +0200)] 
Merge pull request #1305 from cmouse/experimental-pkcs11-support

Experimental pkcs11 support

12 years agoMerge pull request #1405 from fobser/addCMsgSrcAddr
Peter van Dijk [Tue, 13 May 2014 13:01:41 +0000 (15:01 +0200)] 
Merge pull request #1405 from fobser/addCMsgSrcAddr

Only access cmsg->cmsg_len when cmsg is initialized.

12 years agoOnly access cmsg->cmsg_len when cmsg is initialized. 1405/head
Florian Obser [Mon, 12 May 2014 09:10:42 +0000 (11:10 +0200)] 
Only access cmsg->cmsg_len when cmsg is initialized.

When neither IP_PKTINFO nor IP_SENDSRCADDR are defined cmsg is not
initialized and leads to random crashes. While there initialize cmsg
to NULL which would have made it easier to find this bug.

12 years agoMerge pull request #1403 from rubenk/typos
bert hubert [Sun, 11 May 2014 17:40:02 +0000 (19:40 +0200)] 
Merge pull request #1403 from rubenk/typos

Fix a few typos

12 years agoFix a few typos 1403/head
Ruben Kerkhof [Sun, 11 May 2014 11:04:56 +0000 (13:04 +0200)] 
Fix a few typos

12 years agoNow uses correct template for key material creation 1305/head
Aki Tuomi [Tue, 15 Apr 2014 18:28:06 +0000 (21:28 +0300)] 
Now uses correct template for key material creation

12 years agopdnssec hsm assign and create-key
Aki Tuomi [Tue, 15 Apr 2014 17:20:15 +0000 (20:20 +0300)] 
pdnssec hsm assign and create-key

12 years agoAdd p11-kit-1 support
Aki Tuomi [Mon, 24 Feb 2014 10:33:02 +0000 (12:33 +0200)] 
Add p11-kit-1 support

Skeleton for PKCS#11 signers

Add exceptions for key format

Rudimentary version, still needs cleanup

Some small tweaks for pkcs11

Remove dnssecinfra.cc from zone2*

Use pkcs11 when such file is detected

Code cleanup

Added pkcs11signers to test suite builds

Added few comments

Support key creation

Add p11-kit-1 support

Skeleton for PKCS#11 signers

Add exceptions for key format

Rudimentary version, still needs cleanup

Some small tweaks for pkcs11

Code cleanup

Added few comments

Support key creation

Avoid base64 for PKCS11 attributes

hsm assign and hsm create-key methods

12 years agoadd disable-axfr-rectify config option
Kees Monshouwer [Thu, 17 Apr 2014 22:05:10 +0000 (00:05 +0200)] 
add disable-axfr-rectify config option

12 years agoadd rectify step before outgoing AXFR
Kees Monshouwer [Wed, 16 Apr 2014 19:39:51 +0000 (21:39 +0200)] 
add rectify step before outgoing AXFR

12 years agoattach comments to qname, not zonename
Peter van Dijk [Tue, 6 May 2014 10:28:27 +0000 (12:28 +0200)] 
attach comments to qname, not zonename

12 years agoMerge pull request #1398 from mind04/travis1
Peter van Dijk [Tue, 6 May 2014 10:01:01 +0000 (12:01 +0200)] 
Merge pull request #1398 from mind04/travis1

remote-backend disarm broken http travis tests for now

12 years agoremote-backend disarm broken http travis tests for now 1398/head
Kees Monshouwer [Tue, 6 May 2014 08:23:15 +0000 (10:23 +0200)] 
remote-backend disarm broken http travis tests for now

12 years agoremove 'bert hubert' from .deb build script and add generic name & email address
bert hubert [Fri, 2 May 2014 16:45:16 +0000 (19:45 +0300)] 
remove 'bert hubert' from .deb build script and add generic name & email address

12 years agoMerge pull request #1388 from zeha/api-zone-export
Peter van Dijk [Wed, 30 Apr 2014 14:17:45 +0000 (16:17 +0200)] 
Merge pull request #1388 from zeha/api-zone-export

API: Auth: Add zone/<id>/export route

12 years agoMerge pull request #1389 from paddg/help_is_not_an_error
Peter van Dijk [Tue, 29 Apr 2014 10:55:39 +0000 (12:55 +0200)] 
Merge pull request #1389 from paddg/help_is_not_an_error

to ask for help is not an error

12 years agoto ask for help is not an error 1389/head
Winfried Angele [Tue, 29 Apr 2014 09:20:31 +0000 (11:20 +0200)] 
to ask for help is not an error

12 years agoAPI: Auth: Add zone/<id>/export route 1388/head
Christian Hofstaedtler [Mon, 28 Apr 2014 22:44:46 +0000 (00:44 +0200)] 
API: Auth: Add zone/<id>/export route

12 years agoMerge pull request #1387 from zeha/api-zone-creation-fixes
Peter van Dijk [Mon, 28 Apr 2014 13:39:53 +0000 (15:39 +0200)] 
Merge pull request #1387 from zeha/api-zone-creation-fixes

API: Fixes to zone creation (Auth)

12 years agoAPI tests: rewrite test to ensure API stability 1387/head
Christian Hofstaedtler [Mon, 28 Apr 2014 12:53:41 +0000 (14:53 +0200)] 
API tests: rewrite test to ensure API stability

Let's test the fact that we don't need to send type/name in individual
comment entries for PATCH.

12 years agoAPI: Support adding records/comments at zone creation
Christian Hofstaedtler [Mon, 28 Apr 2014 12:36:50 +0000 (14:36 +0200)] 
API: Support adding records/comments at zone creation

Records and comments can now be supplied at zone creation time;
a given SOA record replaces the automatically generated SOA.
If no nameservers are given, we assume the user supplied NS
records as well. (This now allows creating a zone without
NS records, which may be useful for slaves.)

Default SOA serial is now 0 to match other parts of PowerDNS.
SOA-EDIT-API is now honored at creation time.

Fixes #1379.
Fixes #1376.

12 years agoAPI: Don't crash when given non-string as nameserver
Christian Hofstaedtler [Mon, 28 Apr 2014 10:44:00 +0000 (12:44 +0200)] 
API: Don't crash when given non-string as nameserver

Fixes #1375.

12 years agoMention default-soa-mail in docs
Christian Hofstaedtler [Mon, 28 Apr 2014 10:36:19 +0000 (12:36 +0200)] 
Mention default-soa-mail in docs

Fixes #1382.

12 years agoMerge pull request #1367 from mind04/signing-slave
Peter van Dijk [Fri, 25 Apr 2014 10:18:09 +0000 (12:18 +0200)] 
Merge pull request #1367 from mind04/signing-slave

fix axfr in metadata handling and code cleanup

12 years agoMerge pull request #1377 from cmouse/ensure_record_consumed
Peter van Dijk [Fri, 25 Apr 2014 09:36:22 +0000 (11:36 +0200)] 
Merge pull request #1377 from cmouse/ensure_record_consumed

Ensure that entire text record gets consumed on parsing

12 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 25 Apr 2014 07:29:19 +0000 (09:29 +0200)] 
Merge branch 'master' of github.com:PowerDNS/pdns

12 years agoactually insert the comments
bert hubert [Fri, 25 Apr 2014 07:28:58 +0000 (09:28 +0200)] 
actually insert the comments

12 years agoMerge pull request #1378 from mind04/goracle-schema
Peter van Dijk [Thu, 24 Apr 2014 16:45:15 +0000 (18:45 +0200)] 
Merge pull request #1378 from mind04/goracle-schema

goracle schema cleanup/update

12 years agocomment is a reserved word in oracle 1378/head
Kees Monshouwer [Thu, 24 Apr 2014 16:23:07 +0000 (18:23 +0200)] 
comment is a reserved word in oracle

12 years agodrop table comments in goracle-drop-schema.sql
Kees Monshouwer [Thu, 24 Apr 2014 16:21:31 +0000 (18:21 +0200)] 
drop table comments in goracle-drop-schema.sql

12 years agocleanup goracle database schema
Kees Monshouwer [Thu, 24 Apr 2014 16:20:34 +0000 (18:20 +0200)] 
cleanup goracle database schema

12 years agoCheck that parser throws when all data is not consumed 1377/head
Aki Tuomi [Thu, 24 Apr 2014 14:24:41 +0000 (17:24 +0300)] 
Check that parser throws when all data is not consumed