Coder Social home page Coder Social logo

string-quotter's Introduction

String-Quotter

String-Quotter is a handy stand-alone tool to add quotes to SQL queries. Simply paste the string and hit the button. Processed output is copied to clipboard, ready to paste.

  • Add quotes and comma around strings
  • Option to prefix with zero
  • Support varchar and numbers
  • Automatically copy to clipboard, ready to paste.
  • Output in one line or many lines.
  • Stand-alone - no installation required.

Installation

Download the String-Quotter and run. No need to install it, it's portable software. Probably added it to the PATH for quick access.

What you get

Image of String-Quotter

Input Varchar:

one
two
three

Output:

(
 'one', 
 'two', 
 'three'
 )

Input Number:

1999
2999
3999

Output:

(
 1999, 
 2999, 
 3999
 )

Development

I have created this atrocity using Visual Studio 2010. Import the project to any version of VS with support for c#. This was created when I was drunk and depressed, be wary of potential bugs.

Update Nov 22

Minor improvements added based on my needs. Also rebuilt the software using Microsoft Visual Studio Community 2022 (64-bit)

License

MIT

string-quotter's People

Contributors

sanjujosh avatar

Watchers

 avatar  avatar

string-quotter's Issues

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.