Skip to content

Commit

Permalink
Updated version to 1.3.2 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
sitingren authored Mar 31, 2023
1 parent b0e31ac commit a4d595a
Show file tree
Hide file tree
Showing 72 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ At this point, you're ready to make your changes! Feel free to ask for help; eve
Every file in this project must use the following Apache 2.0 header (with the appropriate year or years in the "[yyyy]" box; if a copyright statement from another party is already present in the code, you may add the statement on top of the existing copyright statement):

```
Copyright (c) [yyyy] Micro Focus or one of its affiliates.
Copyright (c) [yyyy] Open Text.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019 Micro Focus
Copyright 2023 Open Text

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion common/fileutils.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package common

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion common/osutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package common

import "runtime"

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion common/types.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package common

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package vertigo

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
)

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions driver.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package vertigo

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -46,7 +46,7 @@ type Driver struct{}

const (
driverName string = "vertica-sql-go"
driverVersion string = "1.3.0"
driverVersion string = "1.3.2"
protocolVersion uint32 = 0x0003000C
)

Expand Down
2 changes: 1 addition & 1 deletion driver_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package vertigo

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package vertigo

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion logger/filelogger.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package logger

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion logger/logger.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package logger

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion logger/logger_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package logger

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion logger/stdiologger.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package logger

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion logger_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package vertigo

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beauthenticationmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/bebindcompletemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beclosecompletemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/becmdcompletemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/becmddescriptionmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/bedatarowmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/bedatarowmsg_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2020-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2020-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beemptyqueryrespmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beerrormsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beinitstdinloadmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/bekeydatamsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beloadbalancemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2020-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2020-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beloadnewfilemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/benodatamsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/benoticemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beparameterdescmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beparamstatusmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beparsecomplete.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beportalsuspendedmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/bereadyforquerymsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/berowdescmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/beverifyloadfilesmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/bewritefilemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/febindmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/febindmsg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
)

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/fecancelmsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2020-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2020-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/feclosemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/fedescribemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/feerrormsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/feexecutemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/feflush.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/feloadbalancemsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2020-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2020-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion msgs/feloaddatamsg.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package msgs

// Copyright (c) 2019-2023 Micro Focus or one of its affiliates.
// Copyright (c) 2019-2023 Open Text.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit a4d595a

Please sign in to comment.