index
:
yaqlite
master
update
A bridge between YAML and SQLite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-03-20
main: Print errors to standard error instead of panicking with `unwrap`
Teddy Wing
2022-03-20
main: Add an option to include the primary key in output
Teddy Wing
2022-03-20
select: Exclude primary key column unless given excluded columns
Teddy Wing
2022-03-20
select(): Allow columns to be excluded from YAML output hash
Teddy Wing
2022-03-19
main: Emit multiline YAML output
Teddy Wing
2022-03-19
main: Write a newline after YAML output
Teddy Wing
2022-03-19
main: Write YAML to standard output
Teddy Wing
2022-03-19
main: Try to emit serialized YAML to standard output
Teddy Wing
2022-03-19
select: Idea for column exclusion
Teddy Wing
2022-03-19
main: If `primary_key` option is given, select by given column name
Teddy Wing
2022-03-19
main: Use `Result` from `yaqlite::select()`
Teddy Wing
2022-03-19
select: Remove `dbg!` output
Teddy Wing
2022-03-19
select: Handle multiple records found
Teddy Wing
2022-03-19
select: Remove in-progress code ideas
Teddy Wing
2022-03-19
select: Remove unused `HashMap` import
Teddy Wing
2022-03-19
select: Remove `select_by_column()` idea code
Teddy Wing
2022-03-19
select(): Parameterize primary key column name
Teddy Wing
2022-03-19
select(): Column name interface and default primary key column interface
Teddy Wing
2022-03-19
select(): Remove `unwrap()`s
Teddy Wing
2022-03-19
select(): Idea for selecting by a custom column name
Teddy Wing
2022-03-19
select(): Don't include the primary key in the `Yaml` hash
Teddy Wing
2022-03-19
select(): Change `column_name` extraction to `to_owned()`
Teddy Wing
2022-03-19
select(): Change `column_names` to `Vec<String>`
Teddy Wing
2022-03-19
select(): Build a `yaml_rust::yaml::Hash` for each row
Teddy Wing
2022-03-18
select(): Add and check expected value in test
Teddy Wing
2022-03-18
select(): Try building a Yaml hash mapping column names to values
Teddy Wing
2022-03-18
select(): Remove debug and in-progress code
Teddy Wing
2022-03-18
select(): Move primary key column name to format parameter
Teddy Wing
2022-03-18
select(): Remove parameterized primary key column name
Teddy Wing
2022-03-18
select(): Debug the parameterized SQL query
Teddy Wing
2022-03-18
select(): Fix off-by-one error in column loop
Teddy Wing
2022-03-18
select(): Tried to debug lack of results from `SELECT` query
Teddy Wing
2022-03-18
select(): Trying to inspect data queried from database
Teddy Wing
2022-03-18
yaml::sql::Yaml: Make this type `pub(crate)`
Teddy Wing
2022-03-17
Yaml: Wrap a `Cow<'_, yaml_rust::Yaml>` instead of `yaml_rust::Yaml`
Teddy Wing
2022-03-17
select(): Make `data` column Vec mutable
Teddy Wing
2022-03-16
select(): Trying to convert a SQLite row to `yaml_rust::Yaml`
Teddy Wing
2022-03-15
select(): Add a test that invokes the function and prints the result
Teddy Wing
2022-03-14
Add `table_primary_key_column()`
Teddy Wing
2022-03-14
Idea for selecting a record from the database as YAML
Teddy Wing
2022-03-13
main(): Idea for custom column selection
Teddy Wing
2022-03-13
main(): Remove debug output
Teddy Wing
2022-03-13
main(): Accept input YAML from standard input
Teddy Wing
2022-03-13
main(): Remove unnecessary column names comment
Teddy Wing
2022-03-13
main(): Remove "Hello, world" print
Teddy Wing
2022-03-13
main(): Move code to `insert` subcommand
Teddy Wing
2022-03-13
main(): Add subcommands and arguments
Teddy Wing
2022-03-13
main(): Start adding command line argument parsing
Teddy Wing
2022-03-13
yaqlite::Error: Include `rusqlite` error description
Teddy Wing
2022-03-13
insert(): Remove `unwrap()`s
Teddy Wing
[next]