Skip to content

Conversation

@kalinon
Copy link
Contributor

@kalinon kalinon commented May 6, 2023

Description of the Change

  1. update shard versions
  2. add UUID as a field type for mysql
  3. fixed printing of api routes

@kalinon kalinon changed the title Bug fix 1 Shard updates, mysql uuid type, and api route bug fix May 6, 2023
password: ["password", "String", "VARCHAR(255)"],
time: ["time", "Time", "TIMESTAMP NULL"],
timestamp: ["time", "Time", "TIMESTAMP NULL"],
uuid: ["uuid", "UUID", "binary(16)"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

uri_pattern: build_uri_pattern(route_match[2]?, action, current_scope)
)
end

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm trying to wrap my head around what's happening here and why it was in the else clause to begin with.

I'm going to roll with this for now, as long as CI passes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think it was a mistake. i dont see how it would have ever worked.

@crimson-knight crimson-knight merged commit 8f60747 into amberframework:master May 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants