[PR #20] [MERGED] Handle non-INT primary keys #104

Closed
opened 2026-02-26 01:33:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jeffknupp/sandman2/pull/20
Author: @filmackay
Created: 1/14/2016
Status: Merged
Merged: 1/22/2016
Merged by: @jeffknupp

Base: masterHead: patch-1


📝 Commits (6)

  • f64263f Handle non-INT primary keys
  • 08a0318 Update init.py
  • 3451c10 missing import
  • 9177c63 default to string pattern
  • a313b59 default composites to string for the time being
  • 07e7053 always default to string type

📊 Changes

1 file changed (+23 additions, -2 deletions)

View changed files

📝 sandman2/__init__.py (+23 -2)

📄 Description

A simple solution to handling non-INT primary keys. Does not handle composite keys; that would be nice too.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jeffknupp/sandman2/pull/20 **Author:** [@filmackay](https://github.com/filmackay) **Created:** 1/14/2016 **Status:** ✅ Merged **Merged:** 1/22/2016 **Merged by:** [@jeffknupp](https://github.com/jeffknupp) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (6) - [`f64263f`](https://github.com/jeffknupp/sandman2/commit/f64263f92d719b20f29744e56adba86a1f7d8161) Handle non-INT primary keys - [`08a0318`](https://github.com/jeffknupp/sandman2/commit/08a031881b1158fafb63e39924d85b1cdb392828) Update __init__.py - [`3451c10`](https://github.com/jeffknupp/sandman2/commit/3451c1029088f42e712eae48f62255909dc959e7) missing import - [`9177c63`](https://github.com/jeffknupp/sandman2/commit/9177c63d5d179fed4c8a6cc76066ef3309334677) default to string pattern - [`a313b59`](https://github.com/jeffknupp/sandman2/commit/a313b592902cd2493cc5161b30476e9972020c80) default composites to string for the time being - [`07e7053`](https://github.com/jeffknupp/sandman2/commit/07e70537331b82e6c9c5c9c7310408da8caa4825) always default to string type ### 📊 Changes **1 file changed** (+23 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `sandman2/__init__.py` (+23 -2) </details> ### 📄 Description A simple solution to handling non-INT primary keys. Does not handle composite keys; that would be nice too. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 01:33:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#104
No description provided.