bputt

Results 8 issues of bputt

**Use case**: When creating a table, it'd be beneficial to specify a string to be lowercased by default. **Feature description**: Enforce crate to lowercase values by default ``` CREATE TABLE...

feature: sql: upsert
feature: sql: schema mgmt
feature: sql: triggers

**Use case**: Let's say I have 10 columns that need to be added, instead of having to manually alter the table and add a column at a time, it'd be...

contributions welcome
feature: sql: schema mgmt
complexity: 5-8
leverage: low

When using the sui-search component, it'd be helpful to set a value so that the input box is not empty when loading in previously added input. If a value was...

When using an exporter, like zipkin, it'd be extremely beneficial to provide a way to pass in cert & key info to use TLS when exporting the data over the...

It would be great if we could customize the SSL cert and CA during runtime. Similar to the java examples provided: https://github.com/lightbody/browsermob-proxy/tree/master/mitm#using-a-custom-certification-authority Example usage could be: ``` from browsermobproxy import...

If I do the following: ``` javascript Model.find().exec(function(err, data){ return data; }); ``` The array contains objects and one of the values in the object is transactionId. Currently I'm looping...

When using the ```node.sql.read_only``` config setting, it'd be beneficial to users who use the console view to let them know that they can only issue read only statements. In our...

feature
complexity: no estimate
feature: console

**Use case**: Embedding documentation into the admin ui **Feature description**: It'd be beneficial to have Crate's documentation included in the admin ui for companies that have a self-hosted instance that...

feature
complexity: no estimate
feature: help