Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobambini committed Aug 14, 2023
1 parent 70f8e24 commit e00a884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql3parse_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ typedef struct {
sql3table *table; // table definition
} sql3state;

static sql3string temp_identifier = {.ptr = "TEMP", .length = 4};
static sql3string temp_identifier = {.ptr = "temp", .length = 4};

// MARK: - Macros -

Expand Down

0 comments on commit e00a884

Please sign in to comment.