Examples with "Parser SQL" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
For example, if you have a folder full of Log Parser SQL queries, you can import some or all of them into LPS's library.
Par exemple, si vous avez un dossier plein de requêtes SQL de Log Parser, vous pouvez en importer certaines ou la totalité d'entre elles dans la bibliothèque de LPS.
Andere resultaten
Performance of SQL-parser in SQL Script/Editor has ben significantly improved.
La performance du analyseur SQL dans SQL Script/Editor a été considérablement améliorée.
Add support for MS T-SQL in the SQL parser.
This will be fed to the main SQL parser as
Tab-completion is also supported, although the completion logic makes no claim to be an SQL parser.
La complétion par tabulation est aussi supportée bien que la logique de complétion n'a pas la prétention d'être un analyseur SQL.
SQL parser has been modified for faster processing of large amounts of SQL text.
L'analyseur SQL a été modifiée pour le traitement plus rapide des grands montants de textes SQL.
Certain characters (such as quotes and backslashes) must be escaped to prevent them from being interpreted specially by the SQL parser.
Certains caractères (tels que les guillemets et les antislashs) doivent être échappés pour les empêcher d'être interprétés spécialement par l'analyseur SQL.
It is common technique to force the SQL parser to ignore the rest of the query written by the developer with - which is the comment sign in SQL.
C'est une technique répandue que de forcer l'analyseur SQL à ignorer le reste de la requête, en utilisant les symboles - pour mettre en commentaires.
(double dash) is used to tell the SQL parser that the rest of the row is a comment and should not be executed.
(double tiret) est utilisé pour dire à l'analyseur SQL que le reste de la ligne est un commentaire et ne doit pas être exécuté.
The SQL date parser rejects any date expression specifying "0" as the day or month.
L'analyseur SQL de date rejette toute expression date spécifiant "0" comme numéro de jour ou de mois.
Zql, java SQL parser based on JavaCC (open-source, GPLv3 license).
Zql, parser SQL en java basé sur JavaCC (open-source, licence GPLv3).
For now, the PHP SQL Parser library only supports the MySQL SQL dialect.Other dialects can be added, but some hard-coding might be required.All parsed SQL statements will be stored inside an arrayFeatures:Supported MySQL...
Pour l'instant, la bibliothèque PHP SQL Parser ne supporte que le dialecte SQL MySQL.Autres dialectes peuvent être ajoutées, mais certains hard-codage pourraient être nécessaires.Toutes les instructions SQL analysées seront stockées dans un tableau...
; (semicolon) is used to tell the SQL parser that the current statement is terminated
; (point-virgule) est utilisé pour dire à l'analyseur SQL que la déclaration actuelle est terminée