tet123/debezium-ddl-parser
Vojtech Juranek 4b0290a0b1 DBZ-6651 Avoid confusing label and IPv6 address
Some label combined with some keywords (when written without a space
in between, which is valid for MySQL) can look like beginning of an IPv6
address, e.g.

    aaa:BEGIN

is currectly prased as IPv6 address `aaa:be` and leads to a parsing
failure.

Make parsing of IPv6 address more robust and require at least two `:`
to make sure there is no confusion with labels.
2023-07-13 09:56:39 +02:00
..
src DBZ-6651 Avoid confusing label and IPv6 address 2023-07-13 09:56:39 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-06-20 13:21:31 +00:00