Skip to content

Commit 2af5293

Browse files
committed
Update godoc
1 parent f9025fd commit 2af5293

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

oracle/common.go

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -437,14 +437,12 @@ func writeQuotedIdentifier(builder *strings.Builder, identifier string) {
437437
//
438438
// Example output:
439439
//
440-
// DECLARE
441-
// TYPE t_record IS RECORD (
442-
// "id" "users"."id"%TYPE,
443-
// "created_at" "users"."created_at"%TYPE,
444-
// ...
445-
// );
446-
// TYPE t_records IS TABLE OF t_record;
447-
// l_inserted_records t_records;
440+
// TYPE t_record IS RECORD (
441+
// "id" "users"."id"%TYPE,
442+
// "created_at" "users"."created_at"%TYPE,
443+
// ...
444+
// );
445+
// TYPE t_records IS TABLE OF t_record;
448446
//
449447
// Parameters:
450448
// - plsqlBuilder: The builder to write the PL/SQL code into.

0 commit comments

Comments
 (0)