Git Product home page Git Product logo

meow-sql's People

Contributors

mirsch avatar ragnar-lodbrok avatar tommettam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meow-sql's Issues

Crash when inserting data in this table (columns missing in meow)

I have this table:

CREATE TABLE `characters` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` int(10) unsigned NOT NULL,
  `name` char(50) NOT NULL,
  `world_id` int(10) unsigned NOT NULL,
  `x` int(10) unsigned NOT NULL,
  `y` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `user_character` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4

When I try to insert a row into this table with meow-sql, it crashes.
After some investigation, I notice that the tab 'Basic', which shows the columns in the table, doesn't show the x and y columns (only the first four columns are shown). The tab 'Data' however does show the x and y column. But when I try to insert data in that tab, meow-sql crashes.

HeidiSQL developer offer

Hello Ragnar.

HeidiSQL' developer has an offer to make, that maybe interest you.
Could you please take a look at his post?

Show SQL statements

Hello,

This is not directly an issue, but more a feature request.
HeidiSQL show the SQL queries of all the actions you do in the GUI. Could this also be implemented?

Deal with spatial data as binary

Parse spatial/geometry data as binary (not Unicode string as now) and display as hex.

Example: sakila.address.location is GEOMETRY column and not shown correctly.

Table Data: better multi-line text displaying

If table data cell has multi-line content, e.g.:

str1
str2
str3

... it will be displayed as str1str2 without ellipsis at the end and white spaces (more over str3 will not be shown at all).
Need to display it with white spaces at place of linebreaks and with "..." at the end if the string is too long.

Clear Allow NULL for primary key columns

Steps:

  1. Create new table
  2. Add new column that has Allow NULL = true
  3. Add Primary Key with column from 2
    Result: Error on save: "All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead"
    Expected: column from 2 will auto change Allow NULL to false.

Help to the Project

It's my dream to run HeidiSQL natively on Linux and I know many developers who want it too. So @ragnar-lodbrok maybe we can help somehow to the project? Could you set up a sponsoring profile on Github?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.