• Joined on 2025-01-06
squid commented on pull request squid/blog#98 2025-08-01 15:02:23 +08:00
BLOG-95 Seperate SQL migration files

**The email column is currently defined as VARCHAR(100). Some valid email addresses
can exceed this length, potentially leading to data truncation or insertion…

squid commented on pull request squid/blog#98 2025-08-01 15:01:05 +08:00
BLOG-95 Seperate SQL migration files

**Hash indexes in PostgreSQL have significant limitations, such as not supporting
range queries, LIKE operators, or ORDER BY clauses. For an email

squid pushed to BLOG-95_rename_sql_migration_file at squid/blog 2025-08-01 15:00:03 +08:00
8938bd3c61 BLOG-95 fix: remove hash index
squid created pull request squid/blog#98 2025-08-01 14:57:26 +08:00
BLOG-95 refactor: seperate sql migration files
squid pushed to BLOG-95_rename_sql_migration_file at squid/blog 2025-08-01 14:51:14 +08:00
ded3d6c363 BLOG-95 refactor: seperate sql migration files
squid created branch BLOG-95_rename_sql_migration_file in squid/blog 2025-08-01 14:51:14 +08:00
squid opened issue squid/blog#97 2025-08-01 14:39:41 +08:00
Remove deprecated SQL migration file
squid closed issue squid/blog#94 2025-08-01 13:24:09 +08:00
Create user in DB when first login through OIDC
squid merged pull request squid/blog#96 2025-08-01 13:24:09 +08:00
BLOG-94 Create user in DB when first login through OIDC
squid pushed to main at squid/blog 2025-08-01 13:24:09 +08:00
9c88b4bb55 BLOG-94 Create user in DB when first login through OIDC (#96)
squid deleted branch BLOG-94_create_user_when_first_login from squid/blog 2025-08-01 13:24:09 +08:00
squid commented on pull request squid/blog#96 2025-08-01 13:11:58 +08:00
BLOG-94 Create user in DB when first login through OIDC

**The current error handling for get_user_by_source_id only checks for
AuthError::UserNotFound. If a different database error occurs, it is not propagated,…

squid pushed to BLOG-94_create_user_when_first_login at squid/blog 2025-08-01 13:10:56 +08:00
ef7db7424a BLOG-94 fix: improve error handling for user retrieval
squid created pull request squid/blog#96 2025-08-01 13:05:11 +08:00
BLOG-94 Create user in DB when first login through OIDC
squid pushed to BLOG-94_create_user_when_first_login at squid/blog 2025-08-01 12:53:02 +08:00
d349fd672c BLOG-94 refactor: rename db mapper
squid created branch BLOG-94_create_user_when_first_login in squid/blog 2025-08-01 12:49:53 +08:00
squid pushed to BLOG-94_create_user_when_first_login at squid/blog 2025-08-01 12:49:53 +08:00
8f8857ee8e BLOG-94 refactor: change image ID from Option<i32> to i32 in Image struct and related mappers
e8f7f96677 BLOG-94 feat: create user when first login through OIDC
Compare 2 commits »
squid opened issue squid/blog#95 2025-08-01 12:43:07 +08:00
Rename SQL migration file name
squid opened issue squid/blog#94 2025-08-01 11:08:13 +08:00
Create user in DB when first login through OIDC