Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / iafisher/isqlite issues and pull requests

#77 - SQLite IN Operator Support

Issue - State: closed - Opened by Robbie-Palmer over 2 years ago - 4 comments

#76 - Better error message for invalid input to `isqlite update`

Issue - State: open - Opened by iafisher over 2 years ago
Labels: bug

#74 - Don't lock database during `isqlite icreate`

Issue - State: open - Opened by iafisher almost 3 years ago
Labels: bug

#73 - Add command to search all tables of database

Issue - State: open - Opened by iafisher almost 3 years ago
Labels: enhancement

#72 - `isqlite --version` command

Issue - State: open - Opened by iafisher about 3 years ago

#71 - Accept tuple as parameter for `order_by`

Issue - State: closed - Opened by iafisher about 3 years ago

#70 - Table-level `UNIQUE` constraints

Issue - State: open - Opened by iafisher about 3 years ago

#68 - `isqlite update` sets `created_at` column as well as `last_updated_at`

Issue - State: closed - Opened by iafisher about 3 years ago
Labels: bug

#67 - Erroneous column renaming detection

Issue - State: closed - Opened by iafisher about 3 years ago
Labels: bug

#66 - Confusing message shown for `isqlite sql` with `UPDATE` query

Issue - State: closed - Opened by iafisher about 3 years ago

#65 - Add `isqlite icreate` and `isqlite iupdate` commands

Issue - State: closed - Opened by iafisher about 3 years ago

#64 - UNIQUE Constraint

Issue - State: closed - Opened by Robbie-Palmer about 3 years ago - 1 comment

#63 - Option to only return certain columns from database

Issue - State: closed - Opened by iafisher over 3 years ago

#61 - Restore old command names: `list`, `create`, etc.

Issue - State: closed - Opened by iafisher over 3 years ago

#60 - Return whether or not a new row was inserted from `Database.get_or_insert`

Issue - State: closed - Opened by iafisher over 3 years ago - 1 comment

#59 - Tests for auto timestamp feature

Issue - State: open - Opened by iafisher over 3 years ago

#58 - Benchmark testing

Issue - State: open - Opened by iafisher over 3 years ago

#57 - Unnecessary reorder columns operation after dropping a column

Issue - State: closed - Opened by iafisher over 3 years ago
Labels: bug

#56 - Versioned documentation

Issue - State: closed - Opened by iafisher over 3 years ago

#55 - Detect renamed columns in migrations

Issue - State: closed - Opened by iafisher over 3 years ago

#53 - Return full row instead of primary key from `Database.create`

Issue - State: closed - Opened by iafisher over 3 years ago - 2 comments

#52 - UTC-offset-aware converter for `TIMESTAMP` columns

Issue - State: closed - Opened by iafisher over 3 years ago - 1 comment

#50 - Merge `DatabaseMigrator` class into `Database`

Issue - State: closed - Opened by iafisher over 3 years ago

#49 - Support for SQLite views in database migrations

Issue - State: open - Opened by iafisher over 3 years ago

#48 - `isqlite get` doesn't work with tables that have foreign keys

Issue - State: closed - Opened by iafisher over 3 years ago
Labels: bug

#46 - Global option to turn off `auto_timestamp`

Issue - State: closed - Opened by iafisher over 3 years ago - 2 comments

#45 - Remove `camel_case` option

Issue - State: closed - Opened by iafisher over 3 years ago
Labels: question

#44 - `camel_case=True` doesn't work with `get_related`

Issue - State: closed - Opened by iafisher over 3 years ago
Labels: bug

#42 - Accept `None` as a value for `auto_timestamp`

Issue - State: closed - Opened by iafisher over 3 years ago

#41 - `isqlite drop-table` command doesn't work

Issue - State: closed - Opened by iafisher over 3 years ago
Labels: bug

#39 - Output of schema command duplicates column names

Issue - State: closed - Opened by iafisher over 3 years ago

#38 - Use sqliteparser instead of hand-rolled parsing in cli.py

Issue - State: closed - Opened by iafisher over 3 years ago

#37 - Replace xcli.Table with tabulate

Issue - State: closed - Opened by iafisher over 3 years ago

#36 - All-SQL API

Issue - State: closed - Opened by iafisher over 3 years ago

#35 - Get rid of Python-based query language

Issue - State: closed - Opened by iafisher over 3 years ago

#34 - Migration API for the command-line

Issue - State: closed - Opened by iafisher over 3 years ago - 1 comment

#33 - `Date` query

Issue - State: closed - Opened by iafisher over 3 years ago - 1 comment

#32 - Quote all column names

Issue - State: closed - Opened by iafisher over 3 years ago - 1 comment

#30 - Don't automatically create extra columns by default

Issue - State: closed - Opened by iafisher almost 4 years ago

#29 - Take Table object instead of table name as parameter

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#28 - Comparison section with SQLAlchemy in readme

Issue - State: closed - Opened by iafisher almost 4 years ago

#27 - Support renaming columns

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#26 - Add license

Issue - State: closed - Opened by iafisher almost 4 years ago

#25 - Handle altering/dropping constraints in schema migrations

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#24 - Dry-run mode for migrations that just returns the SQL that will be executed

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#23 - `before` parameter to `add_column` method

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#22 - Different schema API

Issue - State: closed - Opened by iafisher almost 4 years ago - 2 comments

#21 - Option to return column names in snake-case

Issue - State: closed - Opened by iafisher almost 4 years ago
Labels: wontfix

#20 - `db.count` method

Issue - State: closed - Opened by iafisher almost 4 years ago

#19 - Accept a query in `db.update` instead of just an id

Issue - State: closed - Opened by iafisher almost 4 years ago

#18 - Command-line interface

Issue - State: closed - Opened by iafisher almost 4 years ago

#16 - Don't require schema as parameter to the database constructor

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#15 - `check_schema` method

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#13 - Custom column types

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#12 - Better transaction support

Issue - State: closed - Opened by iafisher almost 4 years ago

#11 - Customize id, created_at and last_created_at columns

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#10 - Option to return column names in camel-case

Issue - State: closed - Opened by iafisher almost 4 years ago

#9 - On delete for foreign keys

Issue - State: closed - Opened by iafisher almost 4 years ago - 2 comments

#8 - Fetch related objects through foreign key with `db.get` and `db.list`

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#7 - Indexed columns

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#6 - Unit tests

Issue - State: closed - Opened by iafisher almost 4 years ago

#5 - Documentation

Issue - State: closed - Opened by iafisher almost 4 years ago

#4 - `create_many` method

Issue - State: closed - Opened by iafisher almost 4 years ago

#3 - Columns with default values

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#2 - Unique columns

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment

#1 - Handle string literals correctly

Issue - State: closed - Opened by iafisher almost 4 years ago - 1 comment