Skip to content
#

Database

A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.

Here are 1,682 public repositories matching this topic...

AndyFWealthfront
AndyFWealthfront commented Apr 10, 2019

Multi-line queries have a prompt_continuation (or not currently, due to issue 681, but that's beside the point). But even with prompt_continuation set to an empty string, it starts the next line indented, even when it's just due to wrapping at the edge of the terminal window:

db> select "example text that wraps onto the nex
    t line";

I often copy/paste my query fr

gelinger777
gelinger777 commented Dec 25, 2019

Describe the bug
Merry Christmas everybody. I have a question regarding BigchainDB. We have a setup of a cluster from 3 nodes where each has a Tendermint and MongoDB and they are connected.When in one of nodes on MongoDB Level a document is deleted, it does not recover itself. Is that possible to solve somehow?

To Reproduce
Install a cluster from several nodes, login to MongoDB direct

MikeB2019x
MikeB2019x commented Apr 8, 2020

In your excellent documentation here you make reference to an integer code for SQL 'datetimeoffset' (ie. -155). I have looked and not found a single reference that can give me that or any of the other codes. Could you provide a reference?

Thanks for that documentation btw. Saved me a lot of time!

gbinal
gbinal commented Mar 18, 2016

Thanks for making such great code. I've got an instance running and am trying to document the ways that I can query the API.

So far, I've found:

  • ?page=2
  • ?[columnheader]=[value]
  • ?[columnheader1]=[value1]&[columnheader3]=[value4] (returns results that have both value1 and value2)
  • ?[columnheader1]=[value1]&[columnheader1]=[value2] (returns results that have value1 OR value2)

I'

gyorb
gyorb commented Jan 21, 2020
  • incremental CTU (on the fly CTU with skip files) feature usage configuration, limitations when ready
  • web UI usage
    • how to compare the previous (marked by tag, use the date filter) results of two runs (same run?)
  • more simple and advanced use case examples
    • CI job for a quality review (check for high severity results and fail the job if any)
    • usage of the upcoming f
aberezin
aberezin commented Apr 22, 2020

I am running mssql-cli in a bash script in ubuntu and see hundreds of /tmp/foo files left lying around where foo is like
clr-debug-pipe-29415-136842019-out
clr-debug-pipe-29415-136842019-in

They are FIFO pipes I think, created by CLR.

facundobatista
facundobatista commented Feb 10, 2020

Issue description

The original title key translates the title. It should not.

Version of IMDbPY, Python and OS

  • Python: 3.6.9
  • IMDbPY: 6.9dev20200125 (installed from the repo here)
  • OS: uname_result(system='Linux', node='blackfx', release='4.15.0-76-generic', version='#86-Ubuntu SMP Fri Jan 17 17:24:28 UTC 2020', machine='x86_64', processor='x86_64')
Wikipedia
Wikipedia
You can’t perform that action at this time.